10/28/2014 at 11:10 am
#308343
Keymaster
@ Brent
Unfortunately it seems to be something with the theme’s styles.css file and not Connections related at all. One example would be the slider … it’s kind of wonky in Chrome.
I did track down the issue. This CSS statement which starts on line 141 is the cause:
#wrapper-1 {
background-color: #FBFBFB;
display: block;
float: left;
position: relative;
width: 100%;
margin-top:10px;
}
Specifically that float setting.
Try removing that, I think that’ll fix the issues.
