Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #78835
    Debbie
    Participant

    I don’t know if I’ve messed this up with custom css, but my home page slider is not full width even though I’m using the full-width template. For widths greater than 980, the horizontal scrollbar appears and you can slide it to the right to see that the home page slider does not go all the way to the right edge. At smaller widths, there is no horizontal scrollbar, but it looks “cutoff” on the right. That is, there is more visible margin on the left.

    http://miboxdallas.yourstagingwebsite.com

    #78865
    Sakin
    Keymaster

    @Debbie: It’s because of your header right menu overflow issue. The last menu item has sub-menu, which is floating over the container. So, add the following css in “Appearance => Theme Options => Custom CSS” box:

    #header-right .widget ul.menu ul {
        left: auto;
        right: 0;
    }
    #78934
    Debbie
    Participant

    That fixed it — thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Home page slider is not full-width’ is closed to new replies.