Argent Theme increase blog width
-
Help! I couldn’t increase my blog’s width. I tried for days but still no results. I want to increase the width of my blogs. This is the example: https://heyjonraye.wordpress.com/2016/02/07/paymaya-the-prepaid-visa-review-part-1-the-basics/
I tried the F12 (for Windows) but I don’t know how to edit the HTMLs. Thank you!
The blog I need help with is: (visible only to logged in users)
-
Hi there, in order to do this we would need to use custom CSS, and that would require the WordPress.com Premium Plan upgrade, which includes Custom Design.
You can try out and preview custom CSS before you buy as explained here. The following CSS would increase the blog content width from 490px to 630px.
.blog .hentry, .archive:not(.post-type-archive) .hentry, .search .hentry, .single-post .hentry, .single-post .comments-area, .single-post .post-navigation { max-width: 800px; width: 100%; } .single-post .entry-content { max-width: 630px; width: 100%; }
- The topic ‘Argent Theme increase blog width’ is closed to new replies.