Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #751075

    Hi,

    On some browsers, the captions overlaid on the image boxes at the bottom of this page are getting cut off. I don’t see how I can adjust font. Can I make the font size responsive or what would you suggest?

    Help?

    Adrianne

    #752552

    BUMP – Is there any way to resize images in a captions box??

    #753274

    Hi,

    Try adding this css code in Quick CSS (located in Enfold > General Styling):

    @media only screen and (max-width:1600px) and (min-width:768px) {
      #top.home .no_margin.av_one_fourth {
        min-width: 321px;
        display: block;
        float: left;
      }
    }

    Hope this helps.

    Best regards,
    Nikko

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