Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Contributor responsivemenu

    (@responsivemenu)

    Hi John,

    Can you provide a site URL I can check out and I will see if I can advise on some custom CSS you can use.

    All the best

    Thread Starter johnwtaylor

    (@johnwtaylor)

    Hi,

    I responded via email, but have posted here as well (please feel free to delete this post if redundant.

    https://www.johnwtaylor.com/

    Thanks!

    Plugin Contributor responsivemenu

    (@responsivemenu)

    Hi there,

    The only solid blue background seems to come from the current link colour not from any custom images.

    Can you not just not use current link colours or use CSS to remove these?

    In terms of vertically centering the menu, this is extremely difficult with CSS and you would need to use some jQuery to calculate the current size of the browser, the current size of the menu and then how much to adjust the top margin by.

    For example in CSS it would be like this:

    #responsive_menu_pro_container
    {
    margin-top: 10% !important;
    }

    Obviously you would need to use JavaScript to adjust that margin-top value.

    All the best

    Thread Starter johnwtaylor

    (@johnwtaylor)

    Hi,

    Sorry, I had removed the clear PNG that I placed in Menu Image area ( 65px X 65px) ; Now it’s back.
    When you check out the site, you’ll see the blue background that I referred to (that I don’t want).
    Again, I used this to push the menu downward.

    Thanks for looking into this.

    -John

    Thread Starter johnwtaylor

    (@johnwtaylor)

    I figured it out! I used CSS to make the title area transparent.

    I have another problem to solve, however, and will post separately.

    The problem is that now that I modified elements with custom CSS, it’s no longer responsive.

    Thanks.

    Plugin Contributor responsivemenu

    (@responsivemenu)

    Hi John,

    Great news that you got it working! I’ll check out the other one soon.

    All the best

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Vertically center the Menu’ is closed to new replies.