Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #843146

    Is it possible to change the image caption position? Currently the caption is centered. I’d like to move it the bottom third of the image.
    Also, can I alter the size of the font in the Tab Section? I think it is too small to be effective.
    Thank you.
    Gail

    #843902

    Hey Gail,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    .av-image-caption-overlay-center {
        vertical-align: bottom;
        padding-bottom: 10px;
    }
    .av-inner-tab-title { 
        font-size: 15px;
    }
    

    Best regards,
    Yigit

    #843958

    Yigit, perfect fix. Thank you for all of the support you provide.
    You have helped me many times and it is appreciated.
    Gail

    #843973

    Hi!

    We’re glad that Yigit was able to help you! We’ll close this topic now. For any other questions or issues, feel free to post them here on the forum and we will do our best to assist you.

    Thank you for using Enfold.
    Cheers!
    Sarah

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘IMAGE CAPTION POSITION AND TAB FONT SIZE’ is closed to new replies.