Increasing the width of Manifest Wordpress theme (???)

by RyanTH
2 replies
  • WEB DESIGN
  • |
I like the Manifest theme for its simplicity, but it is just too damn narrow! When I try to widen it, things aren't aligned properly (i.e. text flosts to the far left).

Can anyone help? I want to keep everything the same, just widen that middle feed. Here is an example of the theme:

Manifest
#increasing #manifest #theme #width #wordpress
  • Profile picture of the author Ruwan
    I checked it with DevTools in Chrome browser. Found out that you should change values of both the following CSS rules,
    Code:
    #siteWrapper { width: 500px; }
    #coreContent { width: 500px; }
    You might have changed only the 1st rule

    I hope you already know how to add these additional CSS rules in the theme.
    Signature
    FREE WordPress Services (Consultation | DIY Training)
    Limited-Time OFFER!
    {{ DiscussionBoard.errors[8851254].message }}
  • Profile picture of the author RyanTH
    Thanks, Ruwan. I'll give it a try and let you know!
    Signature

    The luxury of self-discipline.

    {{ DiscussionBoard.errors[8851821].message }}

Trending Topics