Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #656578

    Please help me ;-) not drowning just a bit floating

    i want to use the grid row fixed on regular screen but not for width 100 % but just 1310 pix max like the rest of the page.
    When i can do this i have more options: make more columns in a grid cel.

    Could you help me out?

    Greetings

    • This topic was modified 7 years, 10 months ago by ingevandeweem.
    #656878

    Hi ingevandeweem,

    I’m not sure I understand what you mean by that, please try to explain bit further and/or post a screenshot highlighting the changes you would like to make. Also please post a link to the page in question so that we can have a closer look.

    Regards,
    Rikard

    #656889

    Hi Rikard,

    The area i started with “Rikard, this area. This grid row i want to be as width as above. is it possible?
    thanx

    #657433

    Hi,

    Please try the following in Quick CSS under Enfold–>General Styling:

    .home #av-layout-grid-5 {
        max-width: 1310px;
        display: table;
        margin: 0 auto;
    }

    Regards,
    Rikard

    • This reply was modified 7 years, 10 months ago by Rikard.
    #657447

    Hi Rikard, thanx this is what i did… but it didnt work…
    Do i have to put it somewere else?

    grid

    #658453

    Hi,

    Please change the code to following one

    .home #av-layout-grid-1 {
        max-width: 1310px;
        display: table;
        margin: 0 auto;
    }

    Best regards,
    Yigit

    #658477

    Yigit!!! GREAT! that does the trick….
    thanx so much, nive weekend for later ;-)

    cheers
    Inga

    #658480

    Hi!

    You are welcome!
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Enjoy your weekend :)

    Regards,
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘set the width of the grid row’ is closed to new replies.