Changing size of blog content and side widget – Suit theme
-
Hi,
Does anyone know a CSS code to make my blog content and side widget both wider please?
my blog is http://www.littlebeautybuddha.wordpress.com
Thank you
The blog I need help with is: (visible only to logged in users)
-
Just saying … are you aware that Suits is a responsive layout theme and that means the layout width automatically adapts depending on the size of the device being used to view your site? When responsive width themes are viewed on mobiles sidebars appear below the posts in order to provide as much space as possible for reading. When we use a responsive width theme we disable the Mobile theme, which is a completely different theme, at > Appearance > Mobile and disable the mobile theme
-
Hi there, the following increases the overall maximum width by 240px, the sidebar increases by 100px and the content by 140px.
.site-main { max-width: 1200px; } .site-main .sidebar-container { max-width: 320px; width: 100%; } .site-main .content-area { max-width: 760px; width: 100%; } -
-
Hi,
Can you help me with my blog? I want to wider the blog content for my blog with the Manifest theme.
http://dieutranvirgo.wordpress.com/
Please help
-
@hiendieu, I’ve replied to you in the other thread you started on this issue: https://en.forums.wordpress.com/topic/how-to-modify-the-width-of-post-format?replies=2
- The topic ‘Changing size of blog content and side widget – Suit theme’ is closed to new replies.