Conversation
supportHello, 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]
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
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
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
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