skt-bistro customization

Home Forums All Other Themes skt-bistro customization

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #111336
    glebs.fjodorovsglebs.fjodorovs
    Participant
    • Topics: 1
    • Replies: 2
    • Total: 3
    Member since: May 30, 2018

    Hello, maybe you can help me with two things.
    1. My website when its opened on smartphones is a bit zoomed out. Where can I change resolutions for phones?
    2. How can I change the size of sections on front page?

    website

    Sorry if I wrote my topic on wrong section.

    #111340
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi,

    Can you send us the screenshot of your issues? Upload your screenshot on http://imgur.com/ and paste the share url here.

    Regards,
    Brad

    #111408
    glebs.fjodorovsglebs.fjodorovs
    Participant
    • Topics: 1
    • Replies: 2
    • Total: 3
    Member since: May 30, 2018

    Imgur link

    This is how it looks when i open it. It looks a bit zoomed in, so each time i need to zoom out in order to see menu button fully.

    #111468
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi,

    Kindly go to header.php

    Find:
    <meta name="viewport" content="width=device-width, initial-scale=1.1"/>

    And replace:
    <meta name="viewport" content="width=device-width, initial-scale=1.0"/>

    Regards,
    Brad

    #111519
    glebs.fjodorovsglebs.fjodorovs
    Participant
    • Topics: 1
    • Replies: 2
    • Total: 3
    Member since: May 30, 2018

    Thank you, hope it will work. But what about sections height? Was trying something in style.css, but not sure which of them worked. Im saying about other thing i marked on screenshot.

    #111554
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    @media screen and (max-width:767px) {
    .home8_section_area { height:auto;}
    .home_section8_content p { margin:10px 0;}
    .home8_section_area_bg { padding:25px 0;}
    }

    Regards,
    Brad

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.