Personalise Lodestar theme
-
I’m using the Lodestar theme with 1 column but the text does not use the full width of the page – how can I make it do this?
-
Hi there!
Are you referring to ravenadventure.co.uk? I do not see any issue with how the text is displayed. It just has margins on both sites for readability. Could you share a screenshot of what you see on your end? You can use an online tool for that (such as https://snipboard.io/) and paste the link into your reply.
-
-
Some of the other site pages are a little text heavy so want to reduce the amount of scrolling down by expanding the width of the text
-
Ah, I see what you mean.
The content area has limited max-width. I can see you’ve tried adding some custom CSS to change that. Try playing with the values in here instead:.wrap { margin-left: auto; margin-right: auto; max-width: 1200px; max-width: calc( 1200px - 1em ); padding-left: 2em; padding-right: 2em; } -
Ahh that is working thank you!
how do I get it to apply to all pages? at the moment is is just changing the home pageThank you
-
If I’m not wrong, the rest of the pages could be modified with this:
body:not(.lodestar-front-page) #primary { margin: auto; max-width: 700px; width: 64%; }I hope that helps :).
-
That’s even better!
The only page is hasn’t done is the gallery (picture) page
Thank you
-
- The topic ‘Personalise Lodestar theme’ is closed to new replies.

