Title: CSS tweak needed
Last modified: August 21, 2016

---

# CSS tweak needed

 *  Resolved [trishahdee](https://wordpress.org/support/users/trishahdee/)
 * (@trishahdee)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/css-tweak-needed/)
 * First, let me say nice job on this plugin 😀 Just a couple things to make it 
   better…
 * Hardcoding inline style for “float:left;” into the page means it will cause anything
   else on the page, for instance text/info added to the visual editor, to be forced
   to the right of the input fields. As most people won’t know the css work-around
   for this, I suggest you remove that from the main div.
 * `<div id="fyr_find_reps" style="float:left;">`
 * Additionally, you have inline style for the #map_canvas div and that div does
   not have the closing </div>. All this style can be put on a style sheet which
   can more easily be overridden.
 *     ```
       <div class="wrap">
       <div id="fyr_find_reps" style="float:left;"></div>
       <div id="map_canvas" style="width: 250px; height: 250px; float: left; position: relative; background-color: rgb(229, 227, 223); overflow: hidden;"> _MISSING_/DIV_
       </div>
       ```
   
 * [http://wordpress.org/plugins/find-your-reps/](http://wordpress.org/plugins/find-your-reps/)

The topic ‘CSS tweak needed’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/find-your-reps.svg)
 * [Find Your Reps](https://wordpress.org/plugins/find-your-reps/)
 * [Support Threads](https://wordpress.org/support/plugin/find-your-reps/)
 * [Active Topics](https://wordpress.org/support/plugin/find-your-reps/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/find-your-reps/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/find-your-reps/reviews/)

## Tags

 * [css](https://wordpress.org/support/topic-tag/css/)
 * [float left](https://wordpress.org/support/topic-tag/float-left/)
 * [inline style](https://wordpress.org/support/topic-tag/inline-style/)

 * 0 replies
 * 1 participant
 * Last reply from: [trishahdee](https://wordpress.org/support/users/trishahdee/)
 * Last activity: [12 years, 3 months ago](https://wordpress.org/support/topic/css-tweak-needed/)
 * Status: resolved