Comments DamienLB started the conversationSeptember 20, 2018 at 2:04pmHi,I'd like to set a different value for Logo Header Padding Top & Bottom depending on whether you're on a computer or your mobile.The default setting is 40 for the desktop version of the website and I'd like to keep it that way but I'd like to set it to 10 for the mobile version.What custom CSS code should I add to the theme?Take care,Damien 2,700PenciDesign repliedSeptember 20, 2018 at 3:23pmHi,Please add more this code to Customize > Custom CSS to do that: @media only screen and (max-width: 768px){ #header .inner-header .container{ padding: 10px 0; } } Best Regards,PenciDesignDamienLB repliedSeptember 20, 2018 at 3:26pmThank you very much for your answer! Sign in to reply ...
Hi,
I'd like to set a different value for Logo Header Padding Top & Bottom depending on whether you're on a computer or your mobile.
The default setting is 40 for the desktop version of the website and I'd like to keep it that way but I'd like to set it to 10 for the mobile version.
What custom CSS code should I add to the theme?
Take care,
Damien
Hi,
Please add more this code to Customize > Custom CSS to do that:
Best Regards,
PenciDesign
Thank you very much for your answer!