Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #909225

    First of all, love the Enfold theme!

    What do i want?
    I have the full width website but i want the logo and menu the same width as the content, like as boxed.
    In this image you can see i have right now, like i want.
    https://ibb.co/mMb4wH

    Used this code:
    #header {
    width: 1100px;
    left: 400px;
    }

    Only the problem when i scale the website, he is not good.
    Like this.
    https://ibb.co/ceuDqc

    Does some of you have the solution for this?

    • This topic was modified 6 years, 9 months ago by NiekvdB.
    #909519

    Hey NiekvdB,

    Thank you for using Enfold.

    Please provide a link to the actual page so that we can inspect it. Did you modify the header?

    Best regards,
    Ismael

    #909768

    Hello Ismael,

    The link of the page is http://www.testuweigenwebsite.nl/vdbroek
    I did modify the header.

    Niek

    #910102

    Hi Niek,

    Please try this CSS instead:

    #header {
        width: 1100px;
        left: 50%;
        transform: translate(-50%, 0);
    }

    Best regards,
    Rikard

    #910382

    Thats it, thank you!

    #910491

    Hi,

    Great, glad you got it working :-)

    Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.