Title: Sidebar s1 width
Last modified: February 1, 2020

---

# Sidebar s1 width

 *  Resolved [romi74](https://wordpress.org/support/users/romi74/)
 * (@romi74)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/sidebar-s1-width/)
 * How do I change the sidebar s1 width for a 300×600 adsense ad? A little help?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fsidebar-s1-width%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Theme Author [Alexander Agnarson](https://wordpress.org/support/users/alxmedia/)
 * (@alxmedia)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/sidebar-s1-width/#post-12446059)
 * Sorry for the late reply, I’ve been busy with life stuff.
 * To change it to 300px, add this as additional css (it is very wide so it will
   m ost likely break the layout…)
 *     ```
       .main { margin-left: 300px; }
       .s2 { width: 300px; margin-left: -300px; }
       ```
   
 *  Thread Starter [romi74](https://wordpress.org/support/users/romi74/)
 * (@romi74)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/sidebar-s1-width/#post-12535106)
 * Hi,
 * I think I was wrong. How can I modify Sidebar to be able to implement ads with
   300×250 or 300×600 dimensions? I’m referring to increasing the sidebar width.
 * EX: [https://ibb.co/bdPFmkC](https://ibb.co/bdPFmkC)
 *  Theme Author [Alexander Agnarson](https://wordpress.org/support/users/alxmedia/)
 * (@alxmedia)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/sidebar-s1-width/#post-12540622)
 * Ah sorry, I misunderstood your first question. I resized s2 instead of s1.
 * Try this additional css:
 *     ```
       .col-2cr .main-inner { background: none; padding-left: 400px; }
       .s1 { width: 400px; }
       .col-2cr .s1 { margin-left: -400px; }
       ```
   
 * As the sidebar has padding-left and padding-right set to 50px, 50+50=100. 400-
   100=300px.
 *  Thread Starter [romi74](https://wordpress.org/support/users/romi74/)
 * (@romi74)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/sidebar-s1-width/#post-12542051)
 * Thank You! It’s working. So far everything is fine.
    [link removed]
    -  This reply was modified 6 years, 2 months ago by [romi74](https://wordpress.org/support/users/romi74/).
    -  This reply was modified 6 years, 2 months ago by [Steven Stern (sterndata)](https://wordpress.org/support/users/sterndata/).

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

The topic ‘Sidebar s1 width’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/boxstyle/1.3.9/screenshot.png)
 * Boxstyle
 * [Support Threads](https://wordpress.org/support/theme/boxstyle/)
 * [Active Topics](https://wordpress.org/support/theme/boxstyle/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/boxstyle/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/boxstyle/reviews/)

## Tags

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

 * 4 replies
 * 2 participants
 * Last reply from: [romi74](https://wordpress.org/support/users/romi74/)
 * Last activity: [6 years, 2 months ago](https://wordpress.org/support/topic/sidebar-s1-width/#post-12542051)
 * Status: resolved