Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #888022

    Hi
    Im useing the Enfold Health “template” as “guide” to a layout.

    But i having problems with the blog layout (i also use it on the frontpage).

    The issue is, the the text element captions “pushes” the images away. No problem on desktop, but on iphone and ipad, the text just cuts off, and the images dissappear.

    How do i make the caption textfont smaller for mobiledevices ?

    You can see the issue on your own template https://kriesi.at/themes/enfold-health-coach/blog/

    Best regards
    Allan

    #888539

    Hey AllanRinggaard,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (max-width: 1025px) {
      #top #wrap_all .all_colors h3.av-masonry-entry-title.entry-title {
        font-size: 20px;
      }
      .av-masonry-entry .av-inner-masonry-content {
        padding: 5px 10px;
      }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

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