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

    Hi,

    I’ve setted up a stretched layout for my website (see url in private pls). Right now, the logo and main menu is one on each corner, and I would like to set up the menu to display more centered like in the boxed version. How can I do this?

    If possible I would like to come to a solution without css, just using enfold options.

    Thanks!
    Edu

    #720169

    Hey edupuntoes,

    I’m not sure if that would be possible with only theme settings, could you post a screenshot highlighting the changes you would like to make please?

    Best regards,
    Rikard

    #720184

    Hi Rikar,

    Thanks for your answer : )

    Find below in the link an image that explains the changes I would like to make on my header. You will see a “before” screen which shows the current behaviour of my header and an “after” screen which shows the results I need to achieve:

    https://dl.dropboxusercontent.com/u/21516065/kriesi/boxed%20menu%20and%20logo.jpg

    Basicaly I need a boxed layout with stretched layout images, like the one with full width that you can see in my home page.

    You can see an example of the layout I need in the private content are link. Boxed menu with full width images.

    Thanks!
    Edu

    #720326

    Hi,

    Thanks for the screenshot, you can’t do that with only theme settings unfortunately but try this in Quick CSS:

    .av-logo-container {
        width: 1310px !important;
        max-width: 1310px !important;
    }

    Replace the width in my code with the width of your container size.

    Best regards,
    Rikard

    #720350

    Hi Rikard,

    Many thanks for your easy solution, That worked great : )

    Best regards,
    Edu

    #720804

    Hi Edu,

    Great, glad we could help :-)

    Please let us know if you should need any further help on the topic.

    Best regards,
    Rikard

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