- This topic has 2 replies, 21 voices, and was last updated 9 years, 4 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Home › Forums › WordPress Themes – Premium › Celestial (Celestial Reloaded) › Navigation menu vertical alignment
Hi.
When you resize the demo page (wide to narrow), the navigation menu shifts automatically items menu under the first line if needed (see screen capture attached). Can we reduce the gap between both lines?
I also noticed that the page resizing makes the widgetkit slideshow buttons overlap the banner.
Any advices to address these observations might be appreciated.
Many thanks in advance.
image.jpg
Looks like I need to do some tweaking to the media queries for the slideshow style (template). The menu however, is really a complicated one to make perfect because it depends on how many items a menu has and at what point a person needs it to switch to the mobile view. I might be able to do some adjustments to try to make it float below the logo at the point of reaching a tablet window size.
I hope you are not in a major rush on this because I probably won’t be able to have an update until next week.
In the mean time, to adjust the line height, this is done around line 2239 of the style.css file:
.main-navigation li a {
border-bottom: 0;
line-height: 3.692307692;
white-space: nowrap;
}
You can adjust the line height to say 2.0
As a temporary fix for the slideshow nav, this is what positions the nav when viewed in a tablet resolution:
@media (max-width: 768px)
.wk-slideshow-celestial .slidernav {
bottom: -5%;
}
You can use that in your override css and change the bottom: -5%; to say -10%;
Quick support unbelievable.
Thanks a lot.
With our premium themes, we offer access to site documentation, video tutorials and timely support. Even if you have just started on WordPress, our support staff have the patience to help you create appealing sites gracefully.
Company
Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use.To find out more, including how to control cookies, see here: Privacy Policy
© Copyright © 2023 Styled Themes. All Right Reserved.