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
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
No sorry. at bigger screen resolution it do not work :((((
Hi,
Ok, thanks for the feedback. On what screen size are you seeing problems on?
Best regards,
Rikard
Any ideas how i can fix this?
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
Thanks. is this full responsive and will this work for the whole webiste?
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!
Here is a backend login for the page. i don`t get it fixed :( can you please help me?
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