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

    Hey guys,

    Two thing!

    01. Can you help me override the boxed layout on my homepage?

    I originally used stretched layout but I then chose boxed layout because I don’t like how the text columns in my portfolio items get dragged out (really long) when the browser width is large.

    02. Can you provide CSS so that when a browser width exceeds 1400px, the masonry gallery stops at 5 columns? Instead of it getting bigger and bigger.

    Thanks!
    Chris

    #776653

    Hey Chris,

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    body.home {
        width: 100%!important;
        max-width: 100%!important;
    }

    Best regards,
    Yigit

    #776759

    Hey this worked!

    But one thing,

    I want the header menu to always be centered like it is on this page:

    After I added the CSS you provided, my head menu leans to the right:

    Thanks!
    Chris

    #777236

    Hi,

    Please add following code to Quick CSS as well

    .home #header {
        width: 100%!important;
        max-width: 100%!important;
    }

    Best regards,
    Yigit

    #777579

    Hey Yigit,

    That worked! Last thing I promise!

    How do I make all the other pages match this header width I now have on the homepage?

    For example: I don’t like how the header shrinks in here.

    I think the solution is similar to what I’m trying to get here, so maybe this thread can close?

    Best,
    Chris

    #777663

    Hi,

    I answered your other thread, so, I am closing this ticket :)

    Best regards,
    John Torvik

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Override Boxed Frame Layout on homepage’ is closed to new replies.