Since my last fix, the slider on the home page is not centered. Can you tell me where the code belongs to center it? Site is www.PhotosByAppointment.com, and uses a black background which required several changes to make text show up, so I hesitate to just replace the theme with a newer one.
Hi, Greetings from InkThemes! Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: #slider1_container { top: 79px; left: 75px; } Note: Change the numeric value as per your requirement.. Hope it will resolve your issue Do let me know if you need more assistance, Thanks & Regards! Priyanka InkThemes.com
This solution looks like it is dependent on a particular size display, when I want the slider to be centered horizontally on all displays. Is there a way to use a "center"command?
Hello, Please use below code.. Code: .slides img { left: 0 !important; } Thanks & Regards! Priyanka InkThemes.com