Filling out blog post
-
AuthorPosts
-
niik1988
MemberHi there,
I am fairly new to your theme and not sure if this is something I have done wrong. When I upload a blog post the text doesn’t fill the page completely. Under the title there is empty white space and the copy is then very narrow in the centre.
Is there a way to fix that?
The blog I need help with is http://www.scdw.uk
Thank you
The blog I need help with is: (visible only to logged in users)
binarymoon
Theme AuthorHi there – thanks for the message.
What you’re describing is how the theme was designed. I appreciate it’s not to everyones taste though! :)
If you want the text to stretch full width you could add some custom css (customizer > addition css). The css to use is:
.the-content { width: 100% !important; padding-left: 0 !important; }
Thanks – Ben
Thank you for coming back to me so quickly Ben.
Ah I see, ok I thought I was doing something wrong. Thank you again for providing the CSS, I’ll give it a try.
Thanks,
Nik
binarymoon
Theme AuthorHey Nik
You weren’t doing anything wrong – I’ve had a few people ask about this. I thought it was a cool style decision but it seems it’s not clear to everyone. Happy to offer the CSS to change it :)
Ben
If you could that would be great.
I tried to use the CSS that you had offered earlier but it didn’t work. Now it could be my lack of CSS knowledge as I just added in that piece of code to the addition CSS in the customiser.
Thanks,
Nik
binarymoon
Theme AuthorAh – sorry. I thought the previous code would do the job. This seems to do it.
.editor-block .the-content { width: 100% !important; padding-left: 0 !important; } .editor-block .the-content > * { width: 100%; margin-left: 0; }
And you’re right. You just need to add this to the additional css section of the customizer.
Ben
That works perfectly.
Thank you so much for all your help!
Nik
- The topic ‘Filling out blog post’ is closed to new replies.