StudioPress Community Forums

StudioPress Community Forums (http://www.studiopress.com/support/index.php)
-   General Discussion (http://www.studiopress.com/support/forumdisplay.php?f=7)
-   -   Google Chrome and Mozilla not showing all content (http://www.studiopress.com/support/showthread.php?t=94824)

TWilliams 03-06-2012 06:19 PM

Google Chrome and Mozilla not showing all content
 
When I view my website in google chrome or firefox all of my menu plugins and idx broker plugins stop appearing on my home page. Everything looks beautiful in explorer. I contacted my idx co and they mentioned i should delete part of a code. After I deleted the code nothing changed so I put it back. Help this is really hurting my website.

my website is http://BuyBozemanHomes.com

Below is what they recommended
In your theme's style.css file, there is the following line,
/* Dropdowns
------------------------------------------------------------ */

#cat,
select,
.widget_archive select {
background-color: #fff;
color: #333;
display: inline;
font-family: 'Droid Serif', arial, serif;
font-size: 12px;
height: 26px;
margin: 0 0 10px;
padding: 3px;
width: 100%;
}

If you can remove the width: 100%;, it should resolve the issue.

NicktheGeek 03-06-2012 09:17 PM

try removing the height and width here
Code:

.slider {
  float: left;
  height: 240px;
  width: 660px;
}


TWilliams 03-06-2012 10:05 PM

Does not look like that did that trick either...

NicktheGeek 03-06-2012 10:12 PM

what exact section isn't showing right?


All times are GMT -5. The time now is 03:53 PM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.