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

    My page has a 1/4 , 3/4 split.
    On mid-sized screens the 3/4 is laying on top of part of the 1/4 column
    http://www.ccrasa.com/library-test/
    I can’t see what the problem is, would you mind having a look please.

    Thanks, Tim.

    This is such an amazing and versatile theme that I don’t foresee the need to use others for years to come. All my work has been on one website for a while but I would definitely buy this again for the next client.

    #257647

    Hey Tim!

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

    .av_one_fourth div.library_entry {
    width: 70%!important;
    }

    Cheers!
    Yigit

    #257654

    Hey Tim!

    Thank you for using the theme and the kind words!

    Looks like the form plugin that you’re using is not responsive. Please try to add this on Quick CSS or custom.css:

    @media only screen and (max-width: 979px) {
    div.library_entry {
    width: 140px;
    }
    }

    Add another media query for smaller screens if you’re still having the same issue.

    Best regards,
    Ismael

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