Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #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”

    #500347

    Hi IrinaDvinina!

    I don’t know what exactly you want to achieve, but simply try this:

    div.container {
    height: 0px;
    }
    

    Best regards,
    Andy

    #500451

    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?

    #500575

    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

    #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 9 years, 2 months ago by IrinaDvinina.
    #501942

    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

    #501953

    Yes, I’m sure))
    Put this code to Quick CSS, but still doesn’t work ((

    #502022

    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

    #502068

    Sure

    #502223

    Hi,

    Please try the following CSS instead:

    #top #header_main > .container {
        height: 0px !important;
        line-height: 0px !important;
    }

    Best regards,
    Rikard

    #502242

    Unfortunatelly still doesn’t work((

    #502501

    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

    #502504

    Thank you SO much! ))

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘Height of the container’ is closed to new replies.