Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #709434

    Hi. i have a grid with 4 pictures and text inside the grid. how can i bring the grid automatically to full browser window size?

    It look this way at the moment: http://imgur.com/a/vHl10 and it should look like this: http://imgur.com/a/YD2nX Like a color section with the settings ” full high 100%).

    Can you please help me to get this effect? Scroll down to the 2nd slide. Freeletics uses this effect :) https://www.freeletics.com/de

    #710265

    Hey alexanderjohannes,

    Sorry for the delay, currently the grid appears in fullscreen did you manage to solve it?

    If you still have any issue we would love to help. Please elaborate what changes you need and send us the login credentials in private content area so we can take a closer look at the settings.

    Best regards,
    Vinay

    #711368

    No sorry. at bigger screen resolution it do not work :((((

    #711542

    Hi,

    Ok, thanks for the feedback. On what screen size are you seeing problems on?

    Best regards,
    Rikard

    #711692
    #712492

    Any ideas how i can fix this?

    #712584

    Hi,

    try to control grid’s width on bigger screen sizes using this code:

    @media only screen and (min-width: 1200px) {
    .av-layout-grid-container {
    width: 93%;
    }}

    Adjust width value and media queries as needed.

    Best regards,
    Andy

    #712955

    Thanks. is this full responsive and will this work for the whole webiste?

    #712958

    Sorry Andy,

    but this do not work and i get an error. http://imgur.com/a/k1hff

    i delete the css code :) and other ideas? thank you and greetings!

    #713103

    Here is a backend login for the page. i don`t get it fixed :( can you please help me?

    #713946

    Hi,

    it works fine for me. Please clear browser cache and hard refresh a few times. Check on another computer as well. Play with different values in my code, until you find what fits best for you.

    Best regards,
    Andy

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