Home › Forums › All Other Themes › skt-bistro customization
- This topic has 5 replies, 2 voices, and was last updated 5 years, 10 months ago by Sonl Sinha.
-
AuthorPosts
-
November 9, 2018 at 10:39 am #111336
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?Sorry if I wrote my topic on wrong section.
November 9, 2018 at 11:48 am #111340Hi,
Can you send us the screenshot of your issues? Upload your screenshot on http://imgur.com/ and paste the share url here.
Regards,
BradNovember 10, 2018 at 8:36 am #111408This 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.
November 12, 2018 at 9:30 am #111468Hi,
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,
BradNovember 12, 2018 at 8:48 pm #111519Thank 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.
November 13, 2018 at 11:55 am #111554Hi,
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 -
AuthorPosts
- You must be logged in to reply to this topic.