Hi,
in order to make our header area more compact on mobile screens on https://climbingsocks.com/produkt/klettersocken-von-climbingsocks/ I would like to reduce some padding and margins.
I have highlighted the areas where I would like to edit the space in following picture: https://imgur.com/EjGULNO
Which approaches can I use to edit the space these areas?
Thank you very much in advance,
Magnus
Hey ClimbingSocks,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (max-width: 767px) {
.single-product .template-shop {
padding-top: 25px;
}
#header_main {
height: 70px;
}
.responsive #header_meta .sub_menu>ul {
line-height: 24px;
}
.responsive #header_meta {
height: 50px;
}
}
If you need further assistance please let us know.
Best regards,
Victoria