Title: css for theme online marketer
Last modified: August 20, 2016

---

# css for theme online marketer

 *  [souleye](https://wordpress.org/support/users/souleye/)
 * (@souleye)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/css-for-theme-online-marketer/)
 * I’m working on this project using theme ‘online marketer’. I tried to customize
   it but it is very wide and flush left. I don’t understand why they have all this
   blue space on the right. I try to make the width just to fit the design but whatever
   I try I can’t see where to set the width and I’m not able to remove that blue
   space. any help will be appreciated. thanks.
    souleye

Viewing 12 replies - 1 through 12 (of 12 total)

 *  [WPyogi](https://wordpress.org/support/users/wpyogi/)
 * (@wpyogi)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/css-for-theme-online-marketer/#post-2828955)
 * You’ll need to post a link to your site if you want help with something like 
   this. Or try using [Firebug](http://getfirebug.com) to see what CSS to change.
 *  Thread Starter [souleye](https://wordpress.org/support/users/souleye/)
 * (@souleye)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/css-for-theme-online-marketer/#post-2828957)
 * I tried everything that i could think of that makes sense. sometimes, I just 
   don’t understand how these people use css. why would anybody design a theme and
   create this lopsided space that is almost 2/3 the actual width of the site. doesn’t
   make much sense to me. the link to the site is:
    [http://xhibitswebdesign.com/techno/](http://xhibitswebdesign.com/techno/)
   thank you for your help.
 *  [WPyogi](https://wordpress.org/support/users/wpyogi/)
 * (@wpyogi)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/css-for-theme-online-marketer/#post-2828966)
 * Are you referring to the space under the search bar and translator box? Looks
   like it is set up to have a sidebar — so you can add other content there.
 * The site is coded to adjust to the width of the browser window — so on smaller
   screens there is not a lot of extra space beyond the above. On a big screen, 
   yes, there is more extra space.
 * It’s not that simple to change the layout of a theme like this — as various pieces
   fit together and if you change one, there usually will be other problems.
 * You might consider finding another theme that has the basic layout that you want.
 *  Thread Starter [souleye](https://wordpress.org/support/users/souleye/)
 * (@souleye)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/css-for-theme-online-marketer/#post-2828969)
 * thanks. I’m not referring to a sidebar but rather the empty area right of the
   content area (including the sidebar). I think this is dumb. if you have to create
   a self adjusting theme, at least center it.
 *  [potentweb](https://wordpress.org/support/users/potentweb/)
 * (@potentweb)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/css-for-theme-online-marketer/#post-2828992)
 * I’m with WPyogi, I’m not understanding what your looking at. Can you upload and
   show us a picture of what your talking about?
 *  Thread Starter [souleye](https://wordpress.org/support/users/souleye/)
 * (@souleye)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/css-for-theme-online-marketer/#post-2829043)
 * I did a screenshot of what I’m talking about. you can see it here:
    [http://xhibitswebdesign.com/techno/techno.jpg](http://xhibitswebdesign.com/techno/techno.jpg)
   there’s too much scrolling to an empty space. I like the window to be limited
   to just the page. when I look at the css, I’d think that by adjusting the container,
   everything will be alright, no! take a look: #container, .wrap { width: 100%;*
   margin: 30px auto; padding: 0; max-width: 1060px; /* remove or edit to adjust
   width */ min-width: 1060px; /* remove or edit to adjust width */ background:#
   20384C; background-image:url(library/images/bg-page.jpg); background-repeat:no-
   repeat; background-position:center top; }
 *  [WPyogi](https://wordpress.org/support/users/wpyogi/)
 * (@wpyogi)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/css-for-theme-online-marketer/#post-2829058)
 * I don’t see any max-width in the actual CSS code. When I added it to this, the
   site seemed to be okay:
 *     ```
       #container, .wrap {
           background: none no-repeat scroll center top #20384C;
           max-width: 1060px;
           padding: 0;
       }
       ```
   
 * But like I already said, why are you using a theme that is poorly designed and
   coded?
 *  Thread Starter [souleye](https://wordpress.org/support/users/souleye/)
 * (@souleye)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/css-for-theme-online-marketer/#post-2829061)
 * the only reason is that I invested so much time customizing it to client’s desires
   and project’s due soon. it’s only now that I’m realizing it. if it’s simpler 
   to fix this than start from scratch, I’d rather give it a go. but I understand
   what you’re saying though. next time, I’ll check for discrepancies before I start.
   thanks.
 *  [WPyogi](https://wordpress.org/support/users/wpyogi/)
 * (@wpyogi)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/css-for-theme-online-marketer/#post-2829065)
 * Ah, okay, well I understand that, but if it’s poorly coded it may continue to
   give you (or worse, your client) grief!
 * Did you try setting a max width?
 *  Thread Starter [souleye](https://wordpress.org/support/users/souleye/)
 * (@souleye)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/css-for-theme-online-marketer/#post-2829068)
 * I set the max width. I copied it and pasted it on the code. no success. I’m gonna
   consider the alternative. thanks.
 *  Thread Starter [souleye](https://wordpress.org/support/users/souleye/)
 * (@souleye)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/css-for-theme-online-marketer/#post-2829070)
 * I’m talking to the theme developer, he’s telling me that I’m using the default
   template and there is a full width template for static pages. he agreed to take
   a look at my page. I’ll keep you posted. many thanks.
 *  [potentweb](https://wordpress.org/support/users/potentweb/)
 * (@potentweb)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/css-for-theme-online-marketer/#post-2829093)
 * In your CSS on the #container div add this:
    margin: 0 auto 0 auto; It will automatically
   put it in the center of the screen.

Viewing 12 replies - 1 through 12 (of 12 total)

The topic ‘css for theme online marketer’ is closed to new replies.

## Tags

 * [css](https://wordpress.org/support/topic-tag/css/)
 * [customization](https://wordpress.org/support/topic-tag/customization/)

 * 12 replies
 * 3 participants
 * Last reply from: [potentweb](https://wordpress.org/support/users/potentweb/)
 * Last activity: [13 years, 10 months ago](https://wordpress.org/support/topic/css-for-theme-online-marketer/#post-2829093)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
