Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1194713

    HI,

    I created a grid row with 3/4 and 1/4

    On the 3/4 I have a cell background image only and on the 1/4 I have some text. On desktop, it looks great but on mobile the 3/4 with background image only is being hidden. Why is that? I need it be shown on mobile as well.

    site

    Thanks

    #1194784

    Hey navindesigns,

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

    .page-id-162 #av-layout-grid-1 .av_three_fourth {
        height: 300px !important;
    }

    Best regards,
    Rikard

    #1194799

    I don’t see any change on mobile :(

    #1194955

    Hi,

    Did you add the code to the very top of quick css so it runs first? Also, clear the cache a few times over.

    Best regards,
    Jordan Shannon

    #1195001

    still nothing on my end.

    are u seeing the change on your end?

    #1195064

    Hi navindesigns,

    Can you try adding this CSS code:

    @media only screen and (max-width:767px) {
      #top.page-id-162 #wrap_all #av-layout-grid-1 .av_three_fourth, 
      #top.page-id-162 #wrap_all #av-layout-grid-2 .av_three_fourth {
        height: 300px !important;
      }
    }

    Best regards,
    Nikko

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