Several minor issues I would like assistance with

Dear team, there are several small issues I would like your assistance with.
I am including them in one post, since it seems pointless to spam the forum with several threads dealing with minor issues.

ISSUE #1:
There is a line in the menu, next to the “ULTIMATE CELL” menu option, which gets like that when the browser window is smaller. How can I fix that border line so it’s flush with the rest of the menu, even when ULTIMATE CELL is arranged in two lines?

ISSUE #2:
I would like the drop down list to be center and of the same width as the menu item above it, even as the content is resized. How can I do that?

ISSUE #3:
Notice the space between the line and the white box with the text, I want the line to be flush with the box, without any space between the two elements. How can I do that?

All in all, I know these are minor issues. But I feel they detract from whole user experience of a professional looking website, so I would greatly appreciate your help with these issues.

Thank you.

Hi There,

Please try reducing the font size of your navigation inline element or showing the Navigation Modal Button under 980px screen width:

Please try adding this custom CSS under Theme Options > CSS:

.x-menu .sub-menu {
     width: 100% !important;
}

I could see there are the margins of your tabs, please remove them:

Let us know how it goes!

Nevermind, you helped me fix everything.

Thank you~!

You’re most welcome!

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