Tagged: font size, masonry portfolio
-
AuthorPosts
-
December 2, 2017 at 1:52 pm #884116
Hi
The font size in the masonry has changed, so that the portfolio items titles are not shown completely at the 6 portfolio pages. How can I change that?
Best regards Ditte
December 3, 2017 at 10:16 am #884289Hey dittefrandsen,
I’m not sure what the login is, is that the user name or password? Either way, something seems to be missing.
Best regards,
RikardDecember 3, 2017 at 10:28 pm #884441Hi Rikard
Sorry. Here is the missing login information.
Best regards, Ditte
December 3, 2017 at 11:09 pm #884456Hi,
I’m not sure if I’m looking at the correct element, please see screenshot in Private Content area.
Please include the url to the page in question so we can take a closer look.Best regards,
MikeDecember 4, 2017 at 4:21 pm #884678Hi Mike
Thanks. You are looking at the right element. But at this screen shot it looks ok, probably because it is the masonry at the front page and you view it on a pc, where there is room for the fonts in that size.
It is happening at all the pages at the site, at all but the front page it also happens on the pc.
Best regards
December 5, 2017 at 6:59 am #884935Hi Ditte,
Please try this in Quick CSS to make the font size smaller on smaller screens:
@media only screen and (max-width: 1130px) { .av-masonry-entry .av-masonry-entry-title { font-size: 12px; } }
Best regards,
RikardJanuary 10, 2018 at 3:59 pm #895707Hi Rikard
Thanks! It still happens on tablet in vertikal position. How can I fix it.
Best regards, Ditte
January 11, 2018 at 3:29 am #895944Hi,
Please replace with:@media only screen and (min-width: 481px) and (max-width: 1130px) { .av-masonry-entry .av-masonry-entry-title { font-size: 10px!important; } .av-masonry-entry .av-inner-masonry-content { padding: 10px!important; } }
Best regards,
MikeJanuary 24, 2018 at 4:23 pm #902211Hi Mike.
I tried on one of the pages (see private), but it did not work. How to fix?
Best regarde, Ditte
January 25, 2018 at 3:26 am #902467Hi,
You had the same code for 12px in twice, I removed one and changed the other to 9px. Please clear your browser cache and check.Best regards,
MikeJanuary 31, 2018 at 2:33 pm #905580Hi Mike
Thanks so much. It works perfectly on tablets now. But on phones it is very small with lots of space left. How to make larger on phones keeping the size on tablets?
Best regards, Ditte
January 31, 2018 at 3:10 pm #905612Hi,
In your custom css, it looks like your code is this:@media only screen and (max-width: 1130px) { .av-masonry-entry .av-masonry-entry-title { font-size: 9px!important; } }
Please try changing to:
@media only screen and (min-width: 766px) and (max-width: 1130px) { .av-masonry-entry .av-masonry-entry-title { font-size: 9px!important; } }
Please note that you are adding “and (min-width: 766px)” to your code, so it will stay the same for tablets and allow the default font size show for mobile.
Best regards,
MikeJanuary 31, 2018 at 3:24 pm #905615Hi Mike
Thanks so much! Now it looks perfect on phones an on the portfolio pages on tablet. There is another masonry at the front page, that I would like to be excluded from the smaller letters, is that possible?
Best Regards, Ditte
February 1, 2018 at 2:13 am #905946Hi,
Sorry I don’t see another masonry on the homepage. Can you take a screenshot of it?Best regards,
MikeFebruary 1, 2018 at 11:41 am #906233This reply has been marked as private.February 1, 2018 at 2:55 pm #906302Hi,
Thank you for that. I have changed your custom css so that it works different on the homepage masonry and the portfolio page masonry, this is what your code now looks like:@media only screen and (min-width: 766px) and (max-width: 1023px) { #top.home .av-masonry-entry .av-masonry-entry-title { font-size: 9px!important; } } @media only screen and (min-width: 766px) and (max-width: 1130px) { #top.portfolio-template-default .av-masonry-entry .av-masonry-entry-title { font-size: 9px!important; } }
Please clear your browser cache and check.
Best regards,
MikeMarch 22, 2019 at 5:31 pm #1081945Please close this 😊 Thanks
March 23, 2019 at 3:12 am #1082061Hi,
Glad we were able to help, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)Best regards,
Mike -
AuthorPosts
- The topic ‘Masonry portfolio font size’ is closed to new replies.