Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1178965
    rustedfingers
    Participant

    How do place my logo a little bit to the left and the menu a little to the right to reduce the spaces from both edges?

    Here’s my website: http://www.digitalsolutionsbymd.com

    Thanks!

    #1179138
    Lely
    Moderator

    Hi There,

    Thank you for the URL. Please adjust your max site width on Appearance > Customize > Layout and Design > Site Max Width. Current value is 1020px. Increase it accordingly.

    Hope this helps.

    #1179240
    rustedfingers
    Participant

    Thank you. It worked!

    Just a follow up question, what is the best way to identify the class I need to style given an element? I tried the Inspect tool of Google Chrome but I’m finding it a challenge to read thru the HTML as certain elements are buried deep within a nested classes hierarchy. Your insight is appreciated.

    #1179246
    Christopher
    Moderator

    Hi there,

    Please let us know what are you trying to achieve so we can help you with this.

    Thanks.

    #1180078
    rustedfingers
    Participant

    Thanks for the quick response. How do I change the color or even remove the green bar as I hover on a Menu item (attached)? I could not seem to find it in the customizer.

    #1180084
    Nabeel A
    Moderator

    Hi there,

    Please add the following code in your Customizer via Appearance > Customize > Custom > Edit Global CSS:

    .x-navbar .desktop .x-nav > li > a:hover, .x-navbar .desktop .x-nav > .x-active > a, .x-navbar .desktop .x-nav > .current-menu-item > a {
        box-shadow: none !important;
    }

    Let us know how this goes!

    #1181208
    rustedfingers
    Participant

    Works a like charm! 🙂 I wanna understand though how did you identify the CSS class — .x-navbar .desktop .x-nav > li > a:hover, .x-navbar .desktop .x-nav > .x-active > a, .x-navbar .desktop .x-nav > .current-menu-item >

    So that next time I can do it myself. Also, where could I get the list of properties like box-shadow: none?

    #1181263
    Paul R
    Moderator

    Hi,

    We are using chrome developer tools.

    https://developer.chrome.com/devtools

    Hope that helps.

    #1198382
    rustedfingers
    Participant

    Thanks a lot. I am trying to learn the Chrome developer tools now.

    #1198412
    Christopher
    Moderator

    You’re welcome.

  • <script> jQuery(function($){ $("#no-reply-1178965 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>