URL http://www.facialfitnessworkout.co.uk/
Hi there,
I would like to reduce the whitespace between menu and main content, also get rid of the separating line.
Could you give me some quick .css code to do this?
Thanks a lot,
Susanne
Hi Susanne!
Please add following code to Quick CSS
#header_main {
border: none!important;
}
.av-main-nav > li {
height: 30px;
}
Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field
Best regards,
Yigit
Great Yigit! Perfect solution – thanks a lot.