Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #65363
    Susie
    Participant

    Hey sorry to bother you again.

    I would like my site to be full width

    -Is there any way to make the slider full with?
    -I have added “.site { width: 100%; }” but now the featured content is on the left of the page.
    Thanks so much for the great support.

    #65364
    Susie
    Participant
    #65413
    Sakin
    Keymaster

    @Susie: For that you can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:

    @media screen and (min-width: 480px) {
        #featured-content.layout-three .hentry {
            text-align: center;
            width: 33.33%;
        }
    }
    #65476
    Susie
    Participant

    Thanks a lot, nearly there, but the slider isn’t full screen yet.
    Cheers

    #65482
    Sakin
    Keymaster

    @Susie: you can add the following css:
    #feature-slider .cycle-slideshow { max-width: 100%; }

    #65617
    Susie
    Participant

    Great,
    unfortunately the header images aren’t full screen yet.
    Thanks

    #65618
    Sakin
    Keymaster

    @Susie: You also need to add the following css:
    #feature-slider .cycle-slideshow img { width: 100%; }

    #66240
    Susie
    Participant

    Great,
    Thanks so much for your help.

    #66243
    Sakin
    Keymaster

    @Susie: Thanks for your appreciation 🙂

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Full width slider’ is closed to new replies.