Title: Anufer's Replies | WordPress.org

---

# Anufer

  [  ](https://wordpress.org/support/users/anufer/)

 *   [Profile](https://wordpress.org/support/users/anufer/)
 *   [Topics Started](https://wordpress.org/support/users/anufer/topics/)
 *   [Replies Created](https://wordpress.org/support/users/anufer/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/anufer/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/anufer/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/anufer/engagements/)
 *   [Favorites](https://wordpress.org/support/users/anufer/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Striker] Change main content width](https://wordpress.org/support/topic/change-main-content-width/)
 *  Thread Starter [Anufer](https://wordpress.org/support/users/anufer/)
 * (@anufer)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/change-main-content-width/#post-4295489)
 * Tnx for your reply but i found the answer allready.
 * i changed this:
 *     ```
       #primary {
       	float: left;
       	margin: 0 -27% 0 0;
       	padding: 2em;
       	width: 100%;
       }
       #content {
       	margin: 0 27% 0 0;
       }
       ```
   
 * to this:
 *     ```
       #primary {
       	float: left;
       	margin: 0 -5% 0 0;
       	padding: 2em;
       	width: 100%;
       }
       #content {
       	margin: 0 5% 0 0;
       }
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Maps Widget for Google Maps] Multiple locations & widget on page (not sidebar)?](https://wordpress.org/support/topic/multiple-locations-widget-on-page-not-sidebar/)
 *  Thread Starter [Anufer](https://wordpress.org/support/users/anufer/)
 * (@anufer)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/multiple-locations-widget-on-page-not-sidebar/#post-4289218)
 * Oh sorry, maybe i didnt explain well. This is what i mean:
 * [http://www.yelp.nl/search?cflt=coffeeshops&find_loc=Rotterdam%2C+Zuid-Holland](http://www.yelp.nl/search?cflt=coffeeshops&find_loc=Rotterdam%2C+Zuid-Holland)
 * or
 * [https://maps.google.nl/maps?ie=UTF-8&q=garages+rotterdam&fb=1&gl=nl&hq=garages&hnear=0x47c5b7605f54c47d:0x5229bbac955e4b85,Rotterdam&ei=ZyJ5UsPMNOXb0QWqv4CoAw&ved=0CLwBELYD](https://maps.google.nl/maps?ie=UTF-8&q=garages+rotterdam&fb=1&gl=nl&hq=garages&hnear=0x47c5b7605f54c47d:0x5229bbac955e4b85,Rotterdam&ei=ZyJ5UsPMNOXb0QWqv4CoAw&ved=0CLwBELYD)
 * Is it possible to do it like this?

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