This topic has 12 replies, 2 voices, and was last updated 8 years by Laura.

  • Author
  • #174176
     ag1985
    Participant

    Hi! 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!

    #174269
     Laura
    Moderator

    Hello, 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 solution
    #174286
     ag1985
    Participant

    This is how it looks like on a different window size.

    #174471
     Laura
    Moderator

    Hello, 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 solution
    #174605
     ag1985
    Participant

    Doesn’t seem to work 🙁

    #174606
     ag1985
    Participant

    Adding screenshot

    #174754
     Laura
    Moderator

    Hello, 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 solution
    #174755
     Laura
    Moderator

    Hello, 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 solution
    #174920
     ag1985
    Participant

    I 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?

    #174922
     ag1985
    Participant

    or maybe i can share with you ftp instead?

    #175056
     Laura
    Moderator

    Hello, 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 solution
    #175063
     ag1985
    Participant

    I figured out an alternative that works. It should be good. Appreciate your help. You can close this ticket 🙂

    #175155
     Laura
    Moderator

    Glad 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
Viewing 13 posts - 1 through 13 (of 13 total)

The forum ‘General questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?