How to change width of the text block
-
Hello,
Would you be able to share with me the required CSS code to change the width of the text block?
thank you.
The blog I need help with is: (visible only to logged in users)
-
Hi there,
What text block are you referring to? Could you please illustrate that on a screenshot? You can use https://snag.gy/ to quickly grab and share a screenshot.
-
Hello,
Thank you for coming back.
I am referring to the main blog text – i.e. the white block that contains the blog content. At the moment is takes up approximately 30% of the page. Is there a way to make it wider?
Here is the visual example of what I am referring to: https://codefying.files.wordpress.com/2019/05/example-blog-text-block.jpg.thank you.
-
Got it :) So, you can add some CSS to reduce the space between your post content area and your secondary widget area (the right sidebar).
Go to My Sites – Customize – CSS
In there, add the following code:
.site-main { margin: 0 15% 0 0; }That 15% can be reduced even more if you want. It was 31% by default with the theme.
-
-
- The topic ‘How to change width of the text block’ is closed to new replies.