Hello medbrasil! Please use more than one image in slider from Appearance=>Theme options=> Slider Settings If still issue does not resolved let me know your website URL. Thanks & Regards Pramod Patel
Hi medbrasil! We have checked your website. It shows left-right arrow and also works fine . Follow video link given below. http://screenpresso.com/=Lxw7c Thanks, Praveen
very strange indeed. it does not show on my screen https://www.dropbox.com/s/kcuphxq599d7qes/medbrasil.flv?dl=0
Hi medbrasil, Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: @media only screen and (max-width: 1330px) and (min-width: 1101px){ .flex-direction-nav .flex-prev { left: -60px; } .flex-direction-nav .flex-next { right: -60px; } } @media only screen and (max-width: 1100px) and (min-width: 768px){ .flex-direction-nav .flex-next { right: 80px; } .flex-direction-nav .flex-prev { left: 80px; } } Thanks, Praveen
it appears now but it is on the slide. tried altering the values but no luck. http://projetmedbrasil.intrade-solutions.com/
Hi medbrasil! Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .content { display: none !important; } .flexslider .slides .imgmedia { width: 100% !important; } .images { width: 100%; } .images img { width: 98% !important; } .flexslider .slides .imgmedia { height: 252px; background-size: cover; } .flexslider .slides .imgmedia span.slider-shadow { background: none; } Thanks, Praveen
Hi Praveen, It worked fine. However, there is a gap between the slider and the upper navigation menu. Can we get rid of it ? Thanks
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .slider_container { padding-top: 10px; } Thanks & Regards Pramod Patel