- This topic has 8 replies, 2 voices, and was last updated 3 years, 5 months ago by .
Viewing 9 posts - 1 through 9 (of 9 total)
Viewing 9 posts - 1 through 9 (of 9 total)
- You must be logged in to reply to this topic.
Home › Forums › Free Themes › Travel Gem › Strange Menu Behavior
I’ve a problem with the behavior of a menu on a demo page that’s been created for a client to review. Page is here: https://skylinetravelcom.wpcomstaging.com/nav-test3/
First strange behavior is that the area immediately beneath the menu is unusable. Content should be full width but isn’t. The space is available – I can, for example, set a background color for it but the content refuses to to use the full width.
Second issue is that depending on the screen size that menu appears either on the left side or the right side of the page. On a Mac with a 13.5″ screen the appears on right side. On a Windows PC with at >17″ screen it appears on the left – which is where it’s supposed to be.
Any idea?
Thx
I’m unable to visit your site. There is no option for login.
Can you please arrange a different way so that I can visit the demo site?
reagards
Sure – can you send me an email address and I’ll forward a user id and password to you.
Please send it through our contact form
https://themepalace.com/contact-us
regards
HI –
I sent the userid and password a couple of days ago. Any ideas?
Thx
Hello
Yes below the width 1023px menu align to left and above 1023px align to right.
Please add this css to behave menu same for any screen size
@media only screen and (max-width: 1023px){
.site-header #main-navigation {
display: table;
float: right;
width: auto;
clear: none;
}
}
And for query no. 1
You can give background color for content div
#content {
background: #d9b6b6;
}
Regards,
Thank you. The float helps. The other issue is that the area beneath the menu cannot be made full width. Any idea about that?
Thx
Add this Css in the theme
.page-id-2999 #sidebar-primary {
display: none;
}
.page-id-2999 #primary {
width: 100%;
}
Regards,
Thx –
I’ve got the page looking the way it’s supposed but it required hardcoded CSS that will probably break on smaller screens. How do I add the Menu widget called PRIMARY SIDEBAR into the left cell of the first row?
Currently it’s just floated there with margin settings.
Cookie | Duration | Description |
---|---|---|
cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |