Home Forums Theme support Caboom theme sticky sidebar Reply To: Caboom theme sticky sidebar

1. The image is centered, and we found it also in your source code, its working without any problem.

2. Please go to WordPress admin -> Appearance -> Theme Optios -> General -> Extra CSS Content and add this css code:

.room_slideshow {
max-width:100%;
overflow:hidden;
}

This should solve the problem