Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #512433

    Hi, I would like to align masonry gallery image captions to the centre. By default they all align to the left.

    Please see example here: http://www.floralmagic.pumpingoodtimes.com/wp-content/uploads/2015/10/Capture.jpg

    I need the caption to align to the centre. Any ideas or help very much appreciated!

    #512599

    anyone?

    #512670

    Hi,

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

    .av-inner-masonry-content {
    text-align:center !important;
    }

    Thanks,
    Rikard

    #513303

    Many thanks, my friend. That worked.

    Just to follow up, how do you edit the font size of the caption?

    #513550

    Hi,

    Please try this as well:

    .av-inner-masonry-content {
    font-size:26px !important;
    }

    You might have to adjust the value 26 to fit your liking.

    Regards,
    Rikard

    #513561

    Hi Rikard,

    Thanks again.

    Just one more question about this – how can we make a line break in the caption? For e.g. I have a long caption and I want to break it into 2 in the middle.

    So instead of

    “Everyday Arrangements that can brighten up any day.”

    I need to insert a break in the middle to make 2 lines:

    “Everyday Arrangements
    that can brighten up any day.”

    Can you let me know if this is possible?

    #513697

    Hi!

    Please use HTML BR tag – http://www.w3schools.com/tags/tag_br.asp

    Best regards,
    Yigit

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