Changing column size on subpages
-
Is there a way to adjust the size of the columns on subpages to align with the length of the header? Like how this page of testimonials: https://jhycommunications.com/testimonial/ meets the length of the text in the header? I’m trying to stretch out the width of the body text on each subpage to align with the header text and can’t seem to figure out how to do that if its possible!
The blog I need help with is: (visible only to logged in users)
-
Hi @luannalgoso!
There is a way, yes – but it requires the use of Custom CSS (part of a Premium Plan or Business Plan).
With Custom CSS, you can add the following snippet under My Site > Customize > CSS:
.no-sidebar .hentry, .no-sidebar.singular .entry-title { max-width: none; }Let me know how it turns out if you give it a try :)
- The topic ‘Changing column size on subpages’ is closed to new replies.