• Resolved dc101

    (@dc101)


    Hello, my 3-column service box appears squashed in the centre of the page – how do I increase margins to make it appear full width on the page? Will I need CSS code? Thanks

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

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

    (@praveenmalav09)

    Hi @dc101,

    Please put the below CSS code in custom CSS.

    .entry-content>:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    
        max-width: 100% !important;
        width: 100% !important;
    }
    
    [class*=__inner-container]>:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide):not(h1) {
        max-width: 100% !important;
    }

    If it works or not please let us know

    Thanks

    Thread Starter dc101

    (@dc101)

    Thanks so much Praveen, this worked!
    Greatly appreciate the assistance.

    Hi @dc101,

    Glad that your issue has been resolved. If you like our please rate us.

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Full width display with shortcode?’ is closed to new replies.