Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #707943

    Hi,

    I have a grid section, 1/2 1/2. One side is full of text. The other is an image. They display beside each other on large windows which is perfect. On mobile they appear underneath each other, again perfect. However on tablets they appear beside each other which makes the writing very narrow.

    Can I change it so that the grid row is displayed underneath each other on tablets also please?

    Best Regards,

    Michael.

    #707976

    Also,

    One more thing. The excerpts on the portfolio entries. Again they disappear on a tablet but are visable on phones and laptops. Any fix for this?

    Best Regards,

    Michael.

    #708089

    Hi,

    Could you post a link to the site in question so that we can take a closer look please?

    Best regards,
    Rikard

    #708251

    http://www.mdunnept.com

    The grid row problem occurs on the testimonial page when viewed on an iPad.

    The excerpt problem occurs on the masonary grid on the homepage and on the services page again when viewed on a tablet.

    Best Regards,

    Michael.

    #708591

    Hi Michael,

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

    @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .page-id-961 .av-flex-cells {
        display: block !important;
        padding-left: 8% !important;
        padding-right: 8% !important;
    }
    
    .home .responsive .av-masonry-entry .av-masonry-entry-title+.av-masonry-entry-content {
        display:block !important;
    }
    
    }

    Best regards,
    Rikard

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