Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #89738
    Dr. Sibylle
    Participant

    Hallo!

    In the Header Right Menu I use small flags to navigate to WebPages in different languages. If a page is selected, the background colour behind the selected flag (page) changes, so the visitor knows better where he is. The flag is now visible in a “box”. I would like to increase the height of this box, so I can use a little bit bigger flag in the menu. Lets say 5 pixels more height. How can this be done?

    Thanks!

    #89751
    Mahesh
    Keymaster

    @webmasterbert: Please post in your site url.

    Regards,
    Mahesh

    #89753
    Dr. Sibylle
    Participant
    #89786
    Mahesh
    Keymaster

    @webmasterbert: For that, you can directly use the bigger image. And if you do like to increase the height anyway, go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    .catchresponsive-nav-menu a {
        line-height: 51px;
    }
    
    #menu-header-right-menu .menu-item img {
        vertical-align: middle;
    }

    Note: Increased height with 5px

    Regards,
    Mahesh

    #89830
    Dr. Sibylle
    Participant

    Dear Mahesh,

    Thanks for the fast response! Works perfect. After all, the vertical alignment is enough for what I need.

    Where can I leave kudos? The theme we bought is not only beautiful and flexible, but it works flawless. And with the excellent support from you and your colleagues, it is a highly professional product.

    Kind regards from the Netherlands, Bert

    #89964
    Mahesh
    Keymaster

    @webmasterbert: Thank you for your appreciation. We are really glad to have your review 🙂 We really appreciate it.
    You can give the review in the link below:
    https://wordpress.org/support/view/theme-reviews/catch-responsive?rate=5#postform

    Have a nice day!!!

    Regards,
    Mahesh

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Header Right Menu, how to change the seize of the "background box"’ is closed to new replies.