Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #558109

    Hi,

    I am having a problem with the raster that’s on most pages of my site.
    In the backend you can choose how to show on mobile: ‘show all cells next to each other’ or ‘standard: show each cell individual’
    The standard function works fine when you use 3 cells, but when you have 4 it doesn’t show well on tablets, small screens and when you hold your phone landscape; you see the 4 blocks with an empty space next to each block. Is it possible to change this so you see 2×2 blocks?

    With kind regards,
    Angela van den Broek

    #558121

    Hi avdenbroek!

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

    @media only screen and (max-width: 767px) {
    .responsive #top #wrap_all .av-flex-cells .no_margin.av-zero-padding {
        float: left;
    }}

    Regards,
    Yigit

    #558133

    Thank you very much for your quick response. It works great now!

    With kind regards,
    Angela van den Broek

    #558134

    Hey!

    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 :)

    Happy holidays :)

    Cheers!
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Raster of 4 columns does not show well on small screens’ is closed to new replies.