Horizontal padding on mobile single post page
Hi,
I'm trying but through CSS I can't remove the horizontal padding that is in the individual pages of the blog. Can anyone tell me how to change it?
[Links visible only for registered users]
Hi,
I'm trying but through CSS I can't remove the horizontal padding that is in the individual pages of the blog. Can anyone tell me how to change it?
[Links visible only for registered users]
Comments
Hi,
Please use the following CSS code:
@media only screen and (max-width: 767px){ .single-post .content_wrapper .section_wrapper{ padding: 0!important; } }Put it in Betheme -> Theme options -> Custom CSS & JS -> CSS.
Best regards