Responsive columns

Discussion in 'ShortCode Sumo WordPress Plugin' started by cathiow47, Apr 12, 2015.

Thread Status:
Not open for further replies.
  1. cathiow47

    cathiow47 New Member

    Joined:
    Sep 1, 2014
    Messages:
    3
    Likes Received:
    0
    Hi,

    I am using the shortcode sumo plugin to create columns on the road fighter theme. However the columns are not responsive and do not re size for mobile devices so the text is all bunched up and the pictures too small. Any one any idea how to get this to work properly?

    Thanks in advance.

    Cathy
     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hey, Cathy!

    Could you please provide us URL of your website along with some edited screenshot so that we can assist you accordingly?

    In case you are unable to create a screenshot, you can follow the link http://www.screenpresso.com/ which will help you to create screenshot easily.

    Thanks,
    Praveen
     
  3. cathiow47

    cathiow47 New Member

    Joined:
    Sep 1, 2014
    Messages:
    3
    Likes Received:
    0
    Hi Praveen,

    I have screen shot of how it views on my PC full size and scaled down which triggers mobile view but as you will see the colums don't resize for mobile. It also looks like this when viewed on my mobile phone. The address for the page so you can see it for yourself is http://classic-cars-winchester.co.uk/owning-a-classic-car/

    Many thanks,

    Cathy


    i6.jpg i6small.jpg

    Many thanks,

    Cathy
     
  4. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hey, Cathy!

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    @media only screen and (max-width: 480px){
    .ss-one-quarter {
      width: 100%;
    }
    .ss-one-quarter a img {
       margin-left: 25px !important;
    }
    }
    Hope it will resolve your issue.

    Kindest regards,
    Praveen
     
  5. cathiow47

    cathiow47 New Member

    Joined:
    Sep 1, 2014
    Messages:
    3
    Likes Received:
    0
    Thank you so much Praveen, you are a star! That has worked.

    Cathy.
     
Thread Status:
Not open for further replies.

Share This Page