Tagged: x
-
AuthorPosts
-
March 31, 2017 at 6:46 am #1426165
It works but now the logo is really small. Is that as big as the logo can go if we make this change? If so, then how do I change it back? Tks!
March 31, 2017 at 6:50 am #1426167I have made the logo bigger and now the menu items are not centered. I guess it all does not fit in one line.
March 31, 2017 at 9:08 am #1426348Hi
It 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 principle 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:
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.
One other option is to make the mobile button appear earlier.
You can add this under Custom > CSS in the Customizer.
@media (max-width: 1232px) { .x-navbar .x-nav-wrap.desktop { display:none; } .masthead-inline .x-btn-navbar { display: block; float: right; } .x-navbar .x-nav-wrap.mobile { display:block; } .x-navbar .x-nav-wrap.mobile.collapse { display:none; } .x-navbar .x-nav-wrap.mobile.collapse.in { display:block !important; } }
Hope that helps
March 31, 2017 at 10:39 am #1426416Makes sense. Tks!
March 31, 2017 at 5:24 pm #1426623You’re welcome, should you require any further assistance with X|THEME and Cornerstone, please feel free to get in touch with us.
Cheers,
-
AuthorPosts