Home › Forums › Theme support › Slider and room images format confusion – Sundance theme › Reply To: Slider and room images format confusion – Sundance theme
Hi,
please go to WordPress admin -> Appearance -> Theme Options -> General -> Extra CSS Content and add this css code:
.room_slideshow div {
margin-left: 0 !important;
}
This should solve the problem with the slider. If you want to remove the slider on top of the room single template, you can remove the php in the file “single-easy-rooms.php” line 15 – 61, and insert instead this
?>