Expired
Hello
I need to reduce the padding-top of the content area on mobiles only.
At the moment I have:
<section id=”content” class=”composer_content” style=”background-color: rgb(255, 255, 255); padding-top: 190px;”>
I have tried adding extra css for #content but it is overridden.
Can you tell me how to achieve this?
Thanks
Hello,
Please try to add this code into your Custom Css Box (located in General Options):
@media (max-width: 480px) { #content { padding-top: 20px !important; padding-bottom: 20px !important; }}
Edit the values to your wish.
Best regards!
You must be logged in to reply to this topic.