Changing the width of my post : Exhibit Theme
-
Hey guys i looking to reduce the width of the blog post. I am new to CSS can some help me with the right css code
Page i need help is here
https://dayanandhx.wordpress.com/2015/12/01/kirananow/Thanks
XThe blog I need help with is: (visible only to logged in users)
-
Hi there, the following will target all single post pages like the one you linked to and allow you to reduce the content width. The original max width was 1140px. I arbitrarily used 740px in my example, but you can edit that number as desired.
.single .container { max-width: 740px; }
- The topic ‘Changing the width of my post : Exhibit Theme’ is closed to new replies.