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

    Hello, on the page http://wp-projekt.htz-cs08.clickstorm.de/karriere/ I would like to have the font of the Masonry gallery in the middle below the icons. Is this possible? Or do you have another idea?

    Best regards,
    Martin

    #1403376

    Hey Martin,
    Please try adding this css to your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #main .av-masonry-entry .av-masonry-entry-title {
        text-align: center;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1403394

    Perfect, thank you!

    #1403404

    Oh no, now there’s a problem. On another side I have installed a “Masonry”. The texts are now also displayed there in the middle (as in the Masonry gallery). But not the date underneath. What can you do?

    • This reply was modified 1 year, 1 month ago by Martin.
    #1403406

    Hi,

    Please add the following code to the Quick CSS field in Enfold theme options > General Styling tab as well

    
    #top .av-masonry-date {
      text-align: center;
      display: block;
    }
    

    Best regards,
    Yigit

    #1403411

    Perfect!

    #1403413

    Hi Martin,

    Let us know if you have any other questions and enjoy the rest of your day!

    Best regards,
    Yigit

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Text centered at Masonry Gallery’ is closed to new replies.