Limited availability during the holidays
Another busy year is coming to its end, and an exciting year lies ahead. In order to get ready for a fresh new start, our team will spend a few days' rest during the winter holidays. Over the holiday break, we will have reduced staffing from December 20th, 2024, to January 5th, 2025, so please be patient if you do not receive a response as quickly as you normally would.
We send our warmest wishes for happiness, health, and success throughout the coming year. Thank you for your continued support, and may you have a peaceful and blessed Happy Holidays!
Hi,
I'm using the Carousel Slider Skin and would like to change the position of the navigation buttons. How is this done?
Hello Bill,
You can change the position of the navigation buttons with custom CSS.
The LayerSlider WP skin editor offers you a graphical way on your WP admin area to modify LayerSlider skins without the need to work with files on FTP. The Skin Editor automatically detects additional content, so you can customize skins from other sources as well. https://layerslider.kreaturamedia.com/documentation/#skin-editor
You can reach the Skin Editor by clicking to Options in LayerSlider WP side menu.
Best Regards,
Andrea | Kreatura Support Team
I am aware I can use CSS to change the slide navigation buttons. I need to know the css to use and where to place it. I want to adjust the positioning of the navigation buttons on the carousel skin.
Thanks!
Hello Bill,
Unfortunately, we can't provide an exact code if we don't know exactly what would you like to achieve.
We will help you to get started, but please note that customer support does not include customization, so I can only give you an example code and you will need web development knowledge to achieve these changes.
So please send me an image about how would you like to position the navigation buttons.
Thank you, in advance.
Best Regards,
Andrea | Kreatura Support Team
I'd like to know the css required for repositioning the placement of navigation buttons and where to place that css. For example, if I'd like the navigation buttons on the carousel skin to be 5 pixels higher than stock, how do I achieve that?
This is a straightforward question.
Hello Bill,
You should try this code for example:
.ls-carousel .ls-gui-element.ls-bottom-nav-wrapper {
margin-top: -40px;
}
You can place the CSS code to the LayerSlider / Options / CSS Editor.
Best Regards,
Andrea | Kreatura Support Team