on Portfolio Masonry 4 Columns ( and also in packery) if the text is too long it shows quite ugly because the bottom part is going out of the bubba overlay...
Can this be solved somehow?
or
How can be shown only the primary tag as sub-title so that the text is a bit less?
Unfortunately, unless you modify the theme files you can't remove the tags, what we can propose you is to hide title or tags, or lower the size of title and tags to make it fits in.
Hi!
on Portfolio Masonry 4 Columns ( and also in packery) if the text is too long it shows quite ugly because the bottom part is going out of the bubba overlay...
Can this be solved somehow?
or
How can be shown only the primary tag as sub-title so that the text is a bit less?
Hello Erica,
Which hover effect you want to use?
We might be able to give you code to fix the problem.
Kind Regards
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme
White background for Thin border no space/Packery rectangle
and Bubba for No border, With space/Masonry
if I understood well your question...
many thanks!
cheers
Hello Erica,
Unfortunately, unless you modify the theme files you can't remove the tags, what we can propose you is to hide title or tags, or lower the size of title and tags to make it fits in.
Kind Regards
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme
I think hiding tags and make a bit smaller the title will be probably the best solution
How can I achieve this?
thanks so much!
Hello Erica,
Please add this custom css ( thefox > styling options ) :
.rd_hover_bubba .element figcaption p { display:none !important; }
.rd_hover_bubba .element figcaption h2 { padding-top: 20%; font-size: 13px; }
This should do the trick.
Do not hesitate to contact us if you have more questions.
Have a nice day!
Regards.
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme
thank you so much! this is working perfectly!
how about to use it on White background for Thin border no space/Packery rectangle
i've tried same code with .rd_hover_white class but it is not working...
Hello Erica,
Glad to have been able to help!
If you can send us the page with the effect, our team will check and send you the css needed.
Kind Regards
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme
Yes sure! The page is this: http://181.224.157.10/~unitradi/index/
the first portfolio carousel have the bubba effect with the custom css already applied and it's perfect
the second portfolio carousel have the white background hover effect that sill need to be changed
many thanks!
Hello again,
Try to add this custom css :
.rd_hover_white .portfolio_desc h3 { display:none; }
This should do the trick!
Do not hesitate to contact us if you have more questions.
Have a nice day!
Regards.
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme
Wow perfect!
thank you so much!
Sorry to ask again another one...
how to do the same(no h3 and h2 smaller) here: http://181.224.157.10/~unitradi/portfolio/)
I've tried
.rd_hover_goliath .portfolio_desc h2 { font-size: 13px; }
.rd_hover_goliath .portfolio_desc h3 { display:none; }
but nothing is happening...
Many Thanks!
Hello again,
We can't see the effect on the page but you can try this :
.rd_hover_goliath h2 { font-size: 13px; }
.rd_hover_goliath h3,.rd_hover_goliath p { display:none; }
Kind Regards
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme
Oh yeah... I've changed to partners after that, and moved that element to another page... http://181.224.157.10/~unitradi/news/realizzazioni/
sorry about that!
Your solution is working perfectly anyway!
Many thanks!
Glad to have been able to help
Do not hesitate to contact us if you have more questions.
Have a nice day!
Regards.
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme