Jump to content

My buttons are all square


Khioen

Recommended Posts

The buttons left and right on slider doesn't show on destop

But on mobile it shows but is square. Just a small square shape.

 

Other buttons that make the site responsive; like drop down is square too.

 

Please help out

Link to comment
Share on other sites

open: /themes/default-bootstrap/css/modules/homeslider/homeslider.css

 

find:

#homepage-slider .bx-wrapper .bx-controls-direction a {
position: absolute;
bottom: 10px;
outline: 0;
width: 52px;
height: 52px;
text-indent: -9999px;
z-index: 9999;
border: 2px solid white;
} 

change it to:

#homepage-slider .bx-wrapper .bx-controls-direction a {
position: absolute;
bottom: 70px;
outline: 0;
width: 52px;
height: 52px;
text-indent: -9999px;
z-index: 9999;
border: 2px solid white;
}
Link to comment
Share on other sites

×
×
  • Create New...