Hello,
I am not an expert in CSS and seeking help. I am getting the menu to be in very bad shape and in weird shape when the resolution of the screen is like 1366x788 or some other lower resolutions, etc. It is a big issue. Is there a fix we can do to have the menu in good shape. Here is our site: https://redbus2us.com/ Please check image attached.
Please help.
Hey @chinnailu,
This particular situation is simply a matter of reworking your content to properly fit the physical limitations presented by the theme (this is a consideration that must be taken into account with all themes and designs). It is the same principal applied to filling up a room with furniture—there is only so much that can fit into a given space. The following should be considered in these situations:
-
Logo Size – longer logos will conflict with navigation items as you size your site down. If you are noticing a conflict, you may need to implement some CSS to size down your logo as viewports get smaller.
-
Shorter Names – you should always shoot to have your top-level navigation links be as simple as possible. For example, if your link is “Learn About My Company,” Try using “About” instead. It conveys the same idea and will save you a ton of real estate.
-
Rearrange – sometimes we want to put all of our links in the top-level navigation, but not all pages are created equally. Pages of lesser importance that pertain to a parent link might work well as a sub-menu instead.
-
Less Links – even on more “complex” websites with lots of pages, there are always ways to combine information together to make things simpler, which also ensures that your user doesn’t have to click around for every granular piece of information. For example, you might have two top-level links called “About” and “Contact,” which could possibly be combined into one. This eliminates the need for extra links and makes things much simpler for your users to navigate. Less is more in information architecture.
-
Appearance – fortunately X features plenty of options for adjusting the appearance of elements throughout your site, and the navbar is one of the more flexible elements. Try using a smaller font size if possible to save on a little real estate.
Thanks!
@thai, Thanks for the info. We understand and appreciate your inputs, my specific question is around help with CSS for re-sizing the logo or any option to have it seamless in X theme for image. As you know wordpress has autoscaling of images based on the size of screen, is there anything like that for CSS in X to address the same ?
Hi @chinnailu,
Please try adding this custom CSS under Theme Options > CSS:
.x-navbar-inner .x-container.max.width {
width: 100%;
}
Hope it helps
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.