Nav logo margin

how do I adjust the margin for the logo and menu? Thank you.

Hi @kanken,

To adjust that margin, please try adding this custom CSS under Theme Options > CSS:

.x-navbar-inner .x-container.max.width {
    max-width: 100%;
    width: 95%;
}

Hope it helps :slight_smile:

Works perfectly! thx

We are delighted to assist you with this.

Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.