Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #713514

    Hi Guys,

    I have a masonry grid on my main page: http://www.onfejlesztoter.hu/

    and the titles doesn’t fit in the containers on smaller screens like tablets:
    https://goo.gl/photos/bVsmrczwKpemagej7

    I tried the set up the right min-width of the container, but I didn’t find the right code.

    Could you help with the issue?

    Thanks in advance!
    Best regards,
    Robi

    #713601

    Hey caroberto6!

    Try to add this code in Quick CSS (located in Enfold > General Styling):

    @media only screen and (max-width:1024px) and (min-width:768px) {
      #top.home #av_section_3 h3.av-masonry-entry-title.entry-title {
        font-size: 15px;
      }
    }

    Hope this helps :)

    Best regards,
    Nikko

    #713695

    Hey Nikko,

    unfortunately nothing has changed. :(

    Best regards,
    Robi

    #713699

    Hi,

    Try placing !important after the 15px in the code. So the code should now look like this:

    @media only screen and (max-width:1024px) and (min-width:768px) {
      #top.home #av_section_3 h3.av-masonry-entry-title.entry-title {
        font-size: 15px !important;
      }
    }

    Let me know if that made a difference.

    Best regards,
    Jordan

    #713908

    Hi Jorden,

    I’ve tried it, but there is no change.

    Best regards,
    Robi

    #714131

    Hey!

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    Login credentials include:

    • The URL to the login screen.
    • A valid username (with full administration capabilities).
    • As well as a password for that username.
    • permission to deactivate plugins if necessary.

    Cheers!
    Nikko

    #714142

    Hey,

    Information is below.

    Regards,
    Robi

    #714830

    Hey!

    It should be good now, I’ve cleared the cache and minified css/js. :)

    Regards,
    Nikko

    #714973

    Hey Nikko!

    Yes it works now perfectly!

    Thank you for your help, Kriesi support is the best ever :D

    Have a nice evening!

    Regards,
    Robi

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Portfolio’ is closed to new replies.