- This topic has 7 replies, 3 voices, and was last updated 4 years, 10 months ago by .
Viewing 8 posts - 1 through 8 (of 8 total)
Viewing 8 posts - 1 through 8 (of 8 total)
- You must be logged in to reply to this topic.
Home › Forums › All Other Themes › Page content centre align
Hi,
I’m using the Psychology Theme on www.groepspraktijkzuid.be.
The content of all pages is center aligned. However it is not one page (www.groepspraktijkzuid.be/afspraak).
How can I fix this, please?
Kind regards,
Marc
Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
.middle-align { width:1170px;}
Regards,
Chris
Thanks for replying, Chris
but this doesn’t help. When I enter that CSS code the page www.groepspraktijkzuid.be/ons-team is squeezed and the pictures look like this.
Kind regards,
Marc
Hi,
Kindly use this CSS:
.site-main {
width: 60%;
float: none !important;
margin: 0 auto;
}
Regards,
Chris
Thank you again,
but no, that doesn’t center the content of the www.groepspraktijkzuid.be/afspraak page. Resuming: all pages should remain as they are, I only want the content of that Afspraak page centered.
Kind regards,
Marc
Hi,
Remove CSS;
.site-main {
width: 60%;
float: none !important;
margin: 0 auto;
}
And replace;
.site-main {
width: 60% !important;
float: none !important;
margin: 0 auto;
}
Regards,
Chris
And that finally did it!
Thanks a lot, Chris
Kind Regards,
Marc
Cool. Kindly give us a nice 5 star review here: https://www.trustpilot.com/review/sktthemes.org
Regards,
Shri
WordPress CRM Plugins For those who are looking for the best WordPress CRM plugins to boost their businesses online, we have the needed list and […]
WordPress Form Builder Plugins Building a website without forms is like opening a store without doors. You need ways for visitors to contact you, sign […]
Every WordPress website relies on a MySQL database to store everything from your content and user information to site settings and plugin configurations. Yet many […]