CMS Development

IFB
Member

Website Page: is there a way to adjust the width of modules within page-center?

New to CSS - I've applied page-center to the full-width modules in our webpages but would like to reduce the space at either side slightly - is there a way to adjust the width of modules so that the content takes up more of the page but is still centred?

 

.container-fluid .row-fluid .page-center {
  float: none;
  max-width: {{ maxWidth }};
  margin: 0 auto;
}
0 Upvotes
3 Replies 3
benvanlooy
Top Contributor | Platinum Partner
Top Contributor | Platinum Partner

Website Page: is there a way to adjust the width of modules within page-center?

Perhaps you can share the link of the page with us, so we have a better understanding of what it is that has to happen exactly ? 🙂

0 Upvotes
IFB
Member

Website Page: is there a way to adjust the width of modules within page-center?

I'd like to make the width of the modules wider so there is less space at either side - see screengrab below.
IFB_Web_Hubspot_01Mar18.jpg

0 Upvotes
benvanlooy
Top Contributor | Platinum Partner
Top Contributor | Platinum Partner

Website Page: is there a way to adjust the width of modules within page-center?

Can you perhaps send me the link in a DM?


It would be easier to check it out 🙂

0 Upvotes