Tagged: ,

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

    Hello,
    I am using the masonry blog. On mobile the title gets cut off. How can I avoid this?

    #342236

    Hi benzrecordings!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 480px) {
    .av-masonry-entry .av-masonry-entry-title { font-size: 14px; }}

    If that does not work, please post the link to your website

    Best regards,
    Yigit

    #342261
    This reply has been marked as private.
    #342269

    Hey!

    Please add following code to Quick CSS as well

    @media only screen and (max-width: 768px) {
    #top .container .av-masonry-col-flexible .av-masonry-entry {
    width: 100%; }}

    Best regards,
    Yigit

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