Home › Forums › All Other Themes › Page content centre align
- This topic has 7 replies, 3 voices, and was last updated 3 years, 11 months ago by Sonl Sinha.
-
AuthorPosts
-
October 11, 2020 at 7:46 am #166688
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,
MarcOctober 12, 2020 at 12:40 pm #166769Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
.middle-align { width:1170px;}
Regards,
ChrisOctober 12, 2020 at 12:56 pm #166772Thanks 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,
MarcOctober 12, 2020 at 1:06 pm #166774Hi,
Kindly use this CSS:
.site-main { width: 60%; float: none !important; margin: 0 auto; }
Regards,
ChrisOctober 12, 2020 at 1:14 pm #166777Thank 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,
MarcOctober 12, 2020 at 1:23 pm #166783Hi,
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,
ChrisOctober 12, 2020 at 1:26 pm #166784And that finally did it!
Thanks a lot, Chris
Kind Regards,
MarcOctober 13, 2020 at 11:43 am #166851Cool. Kindly give us a nice 5 star review here: https://www.trustpilot.com/review/sktthemes.org
Regards,
Shri -
AuthorPosts
- You must be logged in to reply to this topic.