• Hi,

    In Desktop view both the Call to action and Social Media widgets look how I want them to, however as I begin to shrink the page (< 780px), padding is added to the Sydney: call to action and a grey strip is added to the bottom of the social media row. I just want it to appear how it looks at full width (Desktop view).

    My page URL is tripcandy.com.au

    Any help would be greatly appreciated!

    Many thanks,
    W

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello W,

    Please try to use the following CSS code.

    You can add CSS code to your site with Simple Custom CSS plugin (just copy CSS code and paste it in Dashboard → Appearance → Custom CSS after installing and activating the plugin). Also you can add CSS code directly to style.css file of your child theme.

    #pgc-5-2-0, #pgc-5-3-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-bottom: 0 !important;
    }

    Kind Regards, Roman.

    Thread Starter wcushen

    (@wcushen)

    Thank you very much Roman, that’s worked perfectly!

    Regards,
    W

    You are welcome W,

    It’s great that it worked!

    Have a nice day 🙂

    Kind Regards, Roman.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Row layout responsiveness’ is closed to new replies.