• Currently this page is set to Full Width.

    How can I set it to 100% Full Width ONLY for mobile but maintaining Full Width for Desktop and Tablet?

    Also, my 2 gallery plugin shortcodes are configured to be centred but the galleries are still left-aligned. I had to introduce 15px left-padding in the plugin settings to make it look centred for the time being.

    How can I centre the 2 galleries without using the 15px left-padding in the gallery plugin settings?

    TYIA!

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi,

    The gallery is coming from the robo-gallery plugin. Please try to contact the concerned plugin support to style it as per your need for mobile view.

    For theme layout, Try to add the below CSS code from the Appearance > Customize > Custom CSS, and check.

    @media only screen and (max-width: 959px) {
    #main #content-wrap.container {
        width: 100% !important;
        max-width: 100% !important;
    }
    }
Viewing 1 replies (of 1 total)
  • The topic ‘100% Full-width only for mobile’ is closed to new replies.