1) Hi, I was trying to put my whole header as sticky header, and I did this tweak on the CSS and works partially:
#header-section {
position: fixed;
top: 0px;
}
The issue is that the top bar overlays the header, and the header overlays the revolution slider or any content below it. Please help me to solve this, I’ve attached some pictures to show you better.
2) I wanted to put a vertical lines between my best sellers, top rated and sale products on my index page, and I’ve created theses CSS rules:
.center {
border-left: 0.1px solid #cccccc;
float: left;
margin-left: 10px;
padding-left: 10px;
}
.left {
float: left;
margin-left: 35px;
}
.right {
border-left: 0.1px solid #cccccc;
padding-left: 10px;
float: left;
margin-left: 10px;
}
It’s working on Firefox, IE, but in Chrome does not shows those lines. Also, if I minimize the window in any browser, the third box moves down, I would like to keep it align with the other boxes. I’ve also attached some pictures to show you this.
My site is http://www.bozze.cl I will really will appreciate your help.