Shop Categories

X

Padding for frontpage slide text

Home Forums Agama Pro Padding for frontpage slide text

Topic Resolution: Resolved
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #4266
    Trish
    Participant

    The text on my slider runs too close to the margins on both sides. How can I increase the padding Jerry?

    ~Trish:-)

    https://www.ChangingPaces.com

    • This topic was modified 6 years, 7 months ago by Trish.
    #4268
    Jerry
    Keymaster

    Go to:
    Appearance -> Customize -> General -> Additional CSS

    Add next CSS code for targeting single slide title:

    #agama_slider .slide-1 h2.slide-title { padding: 0 50px; }
    #agama_slider .slide-2 h2.slide-title { padding: 0 50px; }
    #agama_slider .slide-3 h2.slide-title { padding: 0 50px; }
    #agama_slider .slide-4 h2.slide-title { padding: 0 50px; }
    etc..

    For targeting all slides titles:
    #agama_slider h2.slide-title { padding: 0 50px; }

    Change 50px with your desired padding px.

    Let me know if this working for you.

    Regards

    • This reply was modified 6 years, 7 months ago by Jerry.
    • This reply was modified 6 years, 7 months ago by Jerry.
    #4294
    Trish
    Participant

    That’s perfect Jerry! Thanks soooo much! You ROCK bud!

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