Width for home page (and other pages) and sidebar

Support Area Forums Elite Width for home page (and other pages) and sidebar

Viewing 2 posts - 1 through 2 (of 2 total)
URL to the page in question:
  • Author
    Posts
  • #17114
    Avatar photoJazz Lover
    Participant

    Bill, is it possible to manually resize width for home page (and other pages), and also for sidebar? In Atahualpa this option was wonderful, I loved it!

    #17119
    Bill Robbins
    Moderator

    You’re welcome to change them. I would go with changing the page sizes for screens over 1200 pixels wide as the ones smaller than that are already set. Here’s how:

    1. Go to the Theme Options page and select the Advanced tab.
    2. Scroll down to the Custom CSS box and paste this:
      
      .wrap { 
      	width: 1140px;
      }
      
      #content {
      	width: 820px;
      }
      
      #sidebar {
      	width: 300px;
      }
      
      
    3. Update your settings.

    You can change any of those widths you’d like to. Just make sure to not let the line lengths get too long or the copy will be difficult to read.

    Have fun,
    Bill

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Width for home page (and other pages) and sidebar’ is closed to new replies.