HH Services Limited Posted July 18, 2014 Share Posted July 18, 2014 I think that the navigation slider´s arrows are way too low and the slider requires images that are too big. Does anybody know if these arrows can be moved up so that when using smaller images, can be seen? It would be great if these arrows could show up the top of the image for instance.... Thank you... Link to comment Share on other sites More sharing options...
rajlaskar Posted July 18, 2014 Share Posted July 18, 2014 Hi modules>>homeslider>>css>>homeslider.css look for .bx-next , .bx-prev Link to comment Share on other sites More sharing options...
HH Services Limited Posted July 18, 2014 Author Share Posted July 18, 2014 And then do what? Sorry I´m not too expert on this.. Thank you. Link to comment Share on other sites More sharing options...
vekia Posted July 18, 2014 Share Posted July 18, 2014 I think that the navigation slider´s arrows are way too low and the slider requires images that are too big. Does anybody know if these arrows can be moved up so that when using smaller images, can be seen? It would be great if these arrows could show up the top of the image for instance.... Thank you... hello let me know what theme you use url to website will be great then i will be able to give you proper code to achieve what you want Link to comment Share on other sites More sharing options...
HH Services Limited Posted July 18, 2014 Author Share Posted July 18, 2014 Thank you Vekia, here is the url: www.goodpsychologists.com Link to comment Share on other sites More sharing options...
Paulito Posted July 18, 2014 Share Posted July 18, 2014 Hello Here is what your looking for #homepage-slider .bx-wrapper .bx-controls-direction a{ position: absolute; bottom: 10px; (change this to 390px;) outline: 0; width: 52px; height: 52px; text-indent: -9999px; z-index: 9999; border: 2px solid white; } http://screencast.com/t/4MxxMSL0 I am having trouble reading the code, you have minified the css in back office. If you were using default theme the path would be: Your Shop/modules/homeslider/css/homeslider.css If this does not help then Vekia will resolve it for you tomorrow Paul Link to comment Share on other sites More sharing options...
HH Services Limited Posted July 19, 2014 Author Share Posted July 19, 2014 (edited) I tried different parameters and after saving them nothing happen in the front office (Imusing default theme). This is where I changed things: /*next button*/ .bx-next { display:none; position:absolute; top:40%; right:-50px; z-index:999; width: 30px; height: 30px; text-indent: -999999px; background: url(../img/gray_next.png) no-repeat 0 -30px; } /*previous button*/ .bx-prev { display:none; position:absolute; top:40%; left:-50px; z-index:999; width: 30px; height: 30px; text-indent: -999999px; background: url(../img/gray_prev.png) no-repeat 0 -30px; } I tried changing 40% for 85%, for 0% and also for 390px but nothing happened in the front office... I also tried adding bottom:390px while deleting the top part and nothing...no changes in front office.. Any ideas? Edited July 21, 2014 by npr321 (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts