Tagged: 

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #641578

    First of all.. many many compliments for your Enfold theme – I absolutely love it!
    Although I do have one question.

    When I want to use the single image from the tab Media Elements, there is a great opportunity to add an always visible caption to the image – i’d like to use this but.. Is there any possibility that I could change the padding from the text? Now it’s in the exact middle of the image and I’d like it to be at the bottom of the image (a little bit above).

    Hope you can help me! Kind regards, Daan

    #642292

    Hey Daan,

    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 {
        vertical-align: bottom;
    }
    

    Best regards,
    Yigit

    #642451

    Hey Yigit,
    This solution works great! Thank you. Only there is still one problem. One of the texts “professionalisering” doesn’t align in the center of the image. I guess this is because the text is a little bit too long, but it should fit. Could you also help me with this?

    Kind regards, Daan

    #642853

    Hey!

    We checked the page and the “professionalisering” is aligned correctly. Did you fix it? If not, please provide a screenshot of the issue.

    Best regards,
    Ismael

    #643326

    Oh that’s weird, because if i look at it it’s crooked.. I work on a mac with chrome. See email for the screenshot.
    Hope you can help.

    Kind regards,

    #643330

    oh.. it’s a noreply email.. see the attached link :-)

    #643406

    Hi,

    Please try adding following code to Quick CSS as well

    .av-image-caption-overlay-center {
        padding: 0px 0.5em;
    }

    Best regards,
    Yigit

    #1117499

    Hi

    I would also like to align the text on the left side of the overlay. I have tried the above code, however the text is not shifting…

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

    #1117673

    Hi mayamaria,

    Please try the following in Quick CSS under Enfold->General Styling:

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

    Best regards,
    Rikard

    #1201918

    Hello , can I please ask one more clarification.

    I add code to the Quick CSS under Enfold->General Styling obviuosly this applies to all captions of all images.
    Were do I add code for thes change to apply to a single specific image ?

    Thank you

    Roberto

    #1202001

    Hi Roberto,

    You can edit your image element and under Advanced > Developer Settings, you can insert a custom CSS class (“my-class” in example below) and use the code as following

    .my-class .av-image-caption-overlay {
      text-align:left;
    }

    Best regards,
    Yigit

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