Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #78780
    Debbie
    Participant

    I’d like to increase the width of the slider title and text. I found the code below on one of the forums here, but it doesn’t seem to work. Can you tell me what I’m doing wrong?

    #main-slider .entry-container { max-width: 90%; }

    http://miboxdallas.yourstagingwebsite.com

    #78795
    Sakin
    Keymaster

    @Debbie: oh that’s not right. If you want to make it 90% then the css will be as below:

    #main-slider .entry-container {
        left: 5%;
        width: 90%;
    }
    #78822
    Debbie
    Participant

    Awesome! Thanks so much!!

    #78871
    Sakin
    Keymaster

    @Debbie: Thanks for your appreciation 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Increase the width of the slider content area’ is closed to new replies.