Home › Forums › All Other Themes › SKT SEO Theme – Mobile Spacing
- This topic has 5 replies, 2 voices, and was last updated 7 years, 1 month ago by Sonl Sinha.
-
AuthorPosts
-
July 21, 2017 at 7:04 pm #78997
Hello,
How can I change the mobile spacing of my website? For example, on this page http://www.homestretchmktg.com/marketo-consultant/ there is a lot of spacing between paragraphs on an iPhone.
A screenshot is here: https://www.dropbox.com/s/3060zyuxowixa26/2017-07-21%2014.58.50.png?dl=0
There are several issues like this throughout my site that I would like to edit.
Thank you,
JenJuly 22, 2017 at 5:24 am #79025Hi,
Kindly go to Appearance>>Customize>>Basic>>Scroll down to find Custom CSS and paste there:
@media screen and (max-width:767px) { section { padding:0;} }
Regards,
ChrisJuly 22, 2017 at 5:58 pm #79060Thank you for the suggestion, but that did not fix the issue. The page still looks like my first screenshot.
Is there something else I can try?
Thanks,
JenJuly 25, 2017 at 6:09 am #79151Hi,
Kindly use this css:
@media screen and (max-width:767px) { section { padding:0 !important;} }
Regards,
ChrisJuly 25, 2017 at 10:58 am #79216Thank you. This issue has been resolved.
July 25, 2017 at 1:30 pm #79237Hi Jen,
If you found our service good kindly review us here: https://www.sktthemes.org/forums/topic/reviews-and-testimonials/page/8/
Regards,
Chris -
AuthorPosts
- You must be logged in to reply to this topic.