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

    Hi, I have a couple of pages with 5 columns that contain text and images. When viewed on a mobile phone the text overlaps.
    Is there anything I can do to so it displays the columns differently on mobiles? I’m on 3.8

    thanks for the support

    #699708

    Hey jonathan_lees,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    In mobile version it will be just one column in tablets it will be 3 col as you see in the attached screenshot.

    If you like to modify in mobile and tablet please feel free to adjust the width value in the below code.

    @media only screen and (max-width: 767px) {
    .responsive #top .av_one_fifth {
        width: 32%!important;
    }}
    
    @media only screen and (max-width: 480px) {
    .responsive #top .av_one_fifth {
        width: 100%!important;
    }}
    

    Best regards,
    Vinay

    • This reply was modified 8 years, 2 months ago by Vinay.
    #699711

    Perfect, thank you!

    #700399

    Hi,

    Glad we could help :-)

    Please let us know if you should need any further help on the topic.

    Best regards,
    Rikard

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