-
Author
-
September 20, 2017 at 07:00 #174176
ag1985
ParticipantHi! I am having trouble getting my hover boxes to be all the same height. Depending on the screen size where you’re viewing it, the boxes dynamically adjusts the height to accommodate all the texts in the box. So there are boxes that are longer than the others. Please check the ‘For Fitness Professionals’ section on my homepage. Thanks!
September 21, 2017 at 07:08 #174269Laura
ModeratorHello, i see it fine on mobile and desktop, can you share a screenshot of the issue?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 21, 2017 at 08:30 #174286ag1985
ParticipantThis is how it looks like on a different window size.
September 23, 2017 at 06:48 #174471Laura
ModeratorHello, try the following, add it to style.css of child theme
COPY CODE@media (max-width: 991px) { .vc-hoverbox-block.vc-hoverbox-front { width: 180px; height: 250px; } } @media (max-width: 1200px) { .vc-hoverbox-block.vc-hoverbox-front { width: 220px; height: 300px; } } @media (max-width: 1440px) { .vc-hoverbox-block.vc-hoverbox-front { width: 260px !important; height: 334px !important; } }Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 25, 2017 at 23:18 #174754Laura
ModeratorHello, can you share admin access so i can check it out? 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 25, 2017 at 23:18 #174755Laura
ModeratorHello, can you share admin access so i can check it out? 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 27, 2017 at 12:55 #174920ag1985
ParticipantI can share with you my hostgator login. I have their optimized wordpress hosting and have no access to CPanel. And in order to get to wp-admin, I have to click from inside Hostgator. Is that alright?
September 28, 2017 at 10:20 #175056Laura
ModeratorHello, ftp or wordpress admin access works 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 28, 2017 at 11:11 #175063ag1985
ParticipantI figured out an alternative that works. It should be good. Appreciate your help. You can close this ticket 🙂
September 29, 2017 at 14:50 #175155Laura
ModeratorGlad you could resolve it! 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The forum ‘General questions’ is closed to new topics and replies.