- This topic has 5 replies, 2 voices, and was last updated 1 month, 1 week ago by
Skandha.
-
AuthorPosts
-
January 15, 2021 at 10:14 am #271041
vadim
ParticipantHow to make the Portfolio on the main page, when displayed on the Desktop, look the same as on the Tablet, so that the title is always displayed on the plate at the bottom of the image?
January 15, 2021 at 10:36 am #271054Skandha
Keymaster@vadim: Hello there,
Go to => Appearance => Customize => Additional CSS and add the following CSS Code..portfolio-section .entry-title { display: block !important; opacity: 1 !important; } .portfolio-section .entry-title a::after { display: none !important; }
Let me know if this is what you want!
Kind Regards,
SkandhaJanuary 18, 2021 at 5:28 am #271312vadim
ParticipantIt works. Thank you! And how to align Title to the bottom with padding on Desktop version, as it realised on Tablet version.
January 21, 2021 at 3:44 am #271603Skandha
Keymaster@vadim: Hello there,
Go to => Appearance => Customize => Additional CSS and add the following CSS Code.@media screen and (max-width: 1024px) { .portfolio-section .inner-wrap { padding: 13px !important; top: 90% !important; background-color: rgba(0,0,0,.5) } }
Let me know if this is what you want!
Kind Regards,
SkandhaJanuary 21, 2021 at 5:08 am #271612vadim
ParticipantGreat! Thanks!
January 21, 2021 at 5:33 am #271615Skandha
Keymaster@vadim: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
https://wordpress.org/support/theme/catch-vogue/reviews/#new-post
Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely
appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂Kind Regards,
Skandha -
AuthorPosts
- You must be logged in to reply to this topic.