Hi,
i would like to have the blog raster layout on mobile just in one column. In the moment the setting is on 2. How can i change it? Or do you have a code for quick css? Thatwould be great :)
Many greetings rixi
Hey rixi,
Thanks for your question and the link to your site, typically for mobile the grid should show only a single column, so I’m not sure why your page is not, but this css in your Quick CSS should correct:
@media only screen and (max-width: 767px){
.responsive #top #wrap_all .slide-entry {
width: 100%;
margin-left: 0%;
}
}
After applying the css, please clear your browser cache and check.
If this doesn’t correct please include admin login in the Private Content area so we can investigate.
Best regards,
Mike
Hi Mike,
great, thanks a lot, now it works :)))
Many regards rixi