Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #949967

    Hi there Enfold team!

    Can you show me how to position the caption on an image? I would like them to display on the bottom left side of the image instead of center-center.

    Here’s an example page:

    Thank you as always! :)

    #950596

    Hey hackoffseries,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #av_section_1 .av-image-caption-overlay {
      text-align: left;  
    }
    #av_section_1 .av-image-caption-overlay-center {
        vertical-align: bottom;
    }
    #av_section_1 .av-image-caption-overlay-center p {
       padding: 20px 0;
    }
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #953034

    This works perfectly! Awesome job as always Victoria! Thank you to you and the Enfold team! :)

    #953678

    Hi,

    Great, glad we could help. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #955665

    Please go ahead and close this topic. Thank you so much Rikard and Victoria!

    • This reply was modified 6 years, 5 months ago by Archie.
    #955752

    Hi,

    Glad we could help!
    Please take a moment to review our theme and show your support https://themeforest.net/downloads
    To know more about enfold features please check – http://kriesi.at/documentation/enfold/
    Thank you for using Enfold :)

    Best regards,
    Vinay

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Image caption positioning’ is closed to new replies.