Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #1765522
Images overlapping text on mobile
Closed

Comments

  • A9210833 started the conversation

    Images and galleries are overlapping text when viewed on mobile in safari and google chrome. 

    example:

    http://hikemag.com/hiking/uk-hiking-trails/malham-cove-walk/

  •  2,699
    PenciDesign replied

    Hi,

    Please try add more this code to Customize > Custom CSS to fixed that issue:

    @media only screen and (max-width: 769px){
    .wp-block-gallery:before, .wp-block-gallery:after {
        content: '';
        display: table;
        clear: both;
    }
    }
    

    Best Regards,

    PenciDesign

  • A9210833 replied

    Hi, 


    I've added to custom CSS, but the images are still overlaying the text and now an image in the gallery at the bottom is missing:


    http://hikemag.com/hiking/uk-hiking-trails/malham-cove-walk/


    Andy

  •  2,699
    PenciDesign replied

    Hi,

    Please send me your admin url and admin account ( username and password  ) - in a private reply. I will take it a look on this help you.


    Best Regards,

    PenciDesign

  •   A9210833 replied privately
  •  2,699
    PenciDesign replied

    Hi,

    I've fixed all your issues ( include Footer Columns responsive issues  ) by add more this code to Customize > Custom CSS:

    @media only screen and (max-width: 769px){
        .wp-block-gallery{ display: block; }
    .wp-block-gallery:before, .wp-block-gallery:after {
        content: '';
        display: table;
        clear: both;
    }
        .wp-block-gallery .blocks-gallery-item, .wp-block-gallery .blocks-gallery-image figure, .wp-block-gallery .blocks-gallery-item figure{
            display: inline-block;
        }
        .wp-block-gallery .blocks-gallery-image figure, .wp-block-gallery .blocks-gallery-item figure{ width: 100%; }
        .footer__sidebars .footer-sidebar-item{ width: 100%; }
    }
    

    Best Regards,

    PenciDesign

  • A9210833 replied

    Thanks, you guys are great! 

    Andy