Slider sitting on top of Header Area

Home Support Themes Forum Slider sitting on top of Header Area

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1085
    Anonymous
    Inactive

    I purchased the Pro Theme for Clove Mix. The slider sits on top of the header area (logo and navigation) instead of underneath it as the pro theme design implies. Reached out to Fly Themes via email with no tangible answer so far. Anyone has a suggestion? Thanks!

    #1086
    FlyThemes
    Keymaster

    Hi

    We are very sorry but we got your both the emails now and we have resolved your issue please check.

    Thank You

    #1407
    Anne
    Participant

    Would have been nice to get the answer to this one, in the forum…

    #1421
    FlyThemes
    Keymaster

    Hi

    Header underneath the slider issue has been resolved in the clovemix pro theme since we have updated our theme.

    Thank You

    #1425
    Anonymous
    Inactive

    Reply to Anne:

    Access your hosting via FTP client, go to the theme folder, CSS folder and open nivo-slider.css (I suggest to make a back-up of the original nivo-slider.css file first). Go to line 65 “top: 57%”. This is my file but the higher the padding percentage, the lower the caption box will be in relation to the logo and navigation. Once you change the percentage, reload the nivo-slider.css and replace the original. You may have to try a few times and test in multiple browsers.

    .nivo-caption {
    position:absolute;
    left:8%;
    top:57%;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
    color:#000000;
    z-index:8;
    padding:10px;
    overflow: hidden;
    display: none;
    min-height:165px;
    background-color:rgba(255,255,255,0.7);
    }

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.