-
AuthorPosts
-
September 8, 2015 at 6:10 pm #500049
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”
September 9, 2015 at 12:53 pm #500347Hi IrinaDvinina!
I don’t know what exactly you want to achieve, but simply try this:
div.container { height: 0px; }Best regards,
AndySeptember 9, 2015 at 2:39 pm #500451Andy, 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?September 9, 2015 at 5:09 pm #500575Hi!
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!
ElliottSeptember 11, 2015 at 8:29 pm #501873
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?-
This reply was modified 10 years, 2 months ago by
IrinaDvinina.
September 12, 2015 at 4:41 am #501942Hey!
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,
IsmaelSeptember 12, 2015 at 5:07 am #501953Yes, I’m sure))
Put this code to Quick CSS, but still doesn’t work ((September 12, 2015 at 9:32 am #502022Hi.
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,
RikardSeptember 12, 2015 at 11:42 am #502068September 13, 2015 at 8:36 am #502223Hi,
Please try the following CSS instead:
#top #header_main > .container { height: 0px !important; line-height: 0px !important; }Best regards,
RikardSeptember 13, 2015 at 9:54 am #502242Unfortunatelly still doesn’t work((
September 14, 2015 at 7:21 am #502501Hey!
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!
IsmaelSeptember 14, 2015 at 7:24 am #502504Thank you SO much! ))
-
This reply was modified 10 years, 2 months ago by
-
AuthorPosts
- The topic ‘Height of the container’ is closed to new replies.
