• Can anyone please help me to find out where can I adjust the padding (top and bottom) of the menu?

    Thanks.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi mdivk,

    You have to remove margin from .navbar-collapse and adjust padding {padding: 5px 0;} in .navbar-collapse class.

    .navbar-collapse{
    margin:0;
    padding: 5px 0;
    }

    Regards.

    Thread Starter mdivk

    (@mdivk)

    Thank you very much, that is the right place to set it.

    Can you further tell me where is the setting for “[email protected] 416.876.1208, 416.569.6212” in the middle top, it seems the setting from .head-contact-info was somehow overburdened.

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘where to adjust the padding of the menu’ is closed to new replies.