Just an FYI: I used the following snippet in the Custom CSS Section in order to reduce the slider size:
#customizr-slider {
height:85%;
width:68%;
position: relative;
left: 6%;
}
And also there are no errors in the CSS; set the full width slider option off.
Hi rdellconsulting, thanks for the reply!
I got it fixed. I reduced the slider width, pushed it to the left and Used custom CSS to take the right sidebar up:
#customizr-slider {
height: 152px;
min-height: 152px;
line-height: 152px;
width: 900px;
float: left;
}
.span3.right.tc-sidebar {
position: absolute;
top: 160px;
left: 910px;
}
Thanks for the reply again!