Help with Revolution Slider and Menu

image http://clairegosteli.com/

I've posted a link to my site so you can see my issue

1. The background image starts all the way on the left and is partially covered by the left menu - how do I fix this? 
2. Another issue with the background image - it doesn't display the full length. How can I have the image displayed full length?

3. A third problem I have is with the side menu, there is a picture overlay on the menu. I would like to remove this picture and have the menu be white only. I've deleted the image in the media library but I cannot find the settings to remove the image from the menu.

Comments

  • Hi,

    1. This can not be fixed. Background image is full width so it's full width currently and it goes under the creative header. Instead, you can use slider as shortcode inside Column item if you want to get the slider in the content section only.

    2. Because it's Revolution Slider plugin, you need to look for answer in slider settings section. Since ThemePunch developed new slider version, there is a lot of incomprehensible behaviors and that's why you need to test different settings.

    3. To remove this image, please remove below css under Theme options > Custom CSS & JS > Custom CSS section:
    #Header_creative {
        background: rgba(0, 0, 0, 0) url("http://clairegosteli.com/wp-content/uploads/2015/07/home_library_menu.jpg") no-repeat scroll left center;
    }
Sign In or Register to comment.