Hello, could you plase tell me how I can change the hight of div.container. Minimum in settings is “45”, I would like to put “0”
Hi IrinaDvinina!
I don’t know what exactly you want to achieve, but simply try this:
div.container {
height: 0px;
}
Best regards,
Andy
Andy, I reied to put this code to Quick CSS, but it doesnt’ work((
I’d like to show you a picture to explain what I mean. Is it possible?
Hi!
Yes, you can attach an image by clicking on the “img” in the editor when writing your reply. Send us a link to your page as well.
Cheers!
Elliott
I need to make a height of the container (marked by left arrow and blue color) = 0. Now it is 45
Where can I change this?
Hey!
From what I see on the screenshot, you’re referring to the header container. Are you sure you want to set the height to 0? You can try this:
#top #header_main > .container {
height: 0;
line-height: 0;
}
Regards,
Ismael
Yes, I’m sure))
Put this code to Quick CSS, but still doesn’t work ((
Hi.
Could you please provide us with a temporary admin login so that we can take a closer look? You can post the details in the Private Content section of your reply.
Regards,
Rikard
Hi,
Please try the following CSS instead:
#top #header_main > .container {
height: 0px !important;
line-height: 0px !important;
}
Best regards,
Rikard
Unfortunatelly still doesn’t work((
Hey!
The code is not working because the > is converted to its html entity. Please copy the code directly from the forum, not from your email. We fixed the code for you. Remove browser cache then reload the page.
Cheers!
Ismael
Thank you SO much! ))