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

    Hi,

    Is there an easy way to align the text caption of an image to the left rather than centre? Thanks

    #657114

    Hey,

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

    .av-image-caption-overlay-center p {
        text-align: left;
    }
    

    If that is not what you meant, can you please post us a screenshot/mockup of what you would like to achieve? You can upload the screenshot to imgur.com or dropbox and share the link here. A link to your website would help as well :)

    Best regards,
    Yigit

    #664398

    Oh!
    and then, How can I remove image border appearing image with caption?

    #664970

    Hi,

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

    
    #top .wp-caption {
        border: none;
    }
    

    Best regards,
    Yigit

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