please see screen shot from ipad (landscape), you see all menu options, how do i fix to see hamburger menu icon?
here is test link:
http://hoadandtaylor.co.uk/dev/index.html
thanks
13 replies · opened Jan 2, 2020
please see screen shot from ipad (landscape), you see all menu options, how do i fix to see hamburger menu icon?
here is test link:
http://hoadandtaylor.co.uk/dev/index.html
thanks
see attached
Hello,
This Happens when there are too many items in the Menu than it can accommodate and is larger than the available width. Consider adding the following CSS Code:
.device-lg #primary-menu ul li a {
padding-left: 12px;
padding-right: 12px;
font-size: 12px;
letter-spacing: 0;
}It is recommended to use lesser Menu Items or use them into Sub-Menus as currently the items are too many to accommodate even if you make the Font Size and Padding smaller. In this case, you will need to move all the #header, #logo and #primary-menu Related CSS Code Blocks in the css/responsive.css File from the @media (max-width: 991.98px) Media Query to the @media (max-width: 1199.98px) Media Query. You can tweak it according to your requirements so that it best fits the available width.
Hope this Helps!
Let us know if we can help you with anything else or if you find any further issues.
The client wants all the menu items so I dont think the CSS code fix will do much. SO how do I get hamburger menu icon to appear instead on iPads?
My ipad is 1024 px wide on landscape
thanks
Hello,
We already did mention this in the Previous Reply:
In this case, you will need to move all the #header, #logo and #primary-menu Related CSS Code Blocks in the css/responsive.css File from the @media (max-width: 991.98px) Media Query to the @media (max-width: 1199.98px) Media Query.
You will need to move the codes according to mentioned above.
This will definitely work fine. Hope this Helps!
Let us know if we can help you with anything else or if you find any further issues.
hello again, sorry to ask.
I see in responsive.css there is a section called
@media (min-width: 992px) and (max-width: 1199.98px)
and also one called
@media (max-width: 991.98px)
do I need to move everything from these 2 sections to @media (max-width: 1199.98px) ???
any chance you can create me a new responsive.css file? so I don't get it wrong!
I would have thought this is a common issue ...
can't i just change the max-width px on each of the @media sections?
see this screen capture...
my screen is 1920 x 1080 px.
when I reduce screen size it goes wrong at about 1740 px wide...
how will it look now on mackbook for example 1366px wide??
impossible to test...
1760 px is the break point i think... so i guess needs to be hamburger icon if less that 1760px wide ?
checked it on 1366 px display and it looks crap!
so basically I need the hamburger to appear on any screen let than 1800px wide.. can you please help?
Hello,
We absolutely understand, however, this is something which is related to Customization as the amount of Menu Items you are trying to squeeze into the Header is not normal for Standard Viewports (Macbook 13 inch Sizes) and we have provided the Menu Design/UX to be used on Standard Widths in respect to Bootstrap. So any further Customizations is your responsibility as we currently do not provide Customization related Support according to the Item Support Policy: https://themeforest.net/page/item_support_policy . In this case, you will need to move the codes to the appropriate Media Queries or creating a New One as suggested in the Previous Replies. Example:
@media (max-width: 1799.98px) {
... #header, #primary-menu related CSS codes
}Hope this Helps!
Let us know if we can help you with anything else or if you find any further issues.
ok this is a bit disappointing... I dont have that many menu options..surely the CSS should take into account the menu size and re-calculate ???
so I need to clarify as this is very important to me from client point..
I need to do 2 things:
Move all the #header, #logo and #primary-menu Related CSS Code Blocks in the css/responsive.css File from the @media (max-width: 991.98px) Media Query to the @media (max-width: 1199.98px) Media Query.
and then change:
@media (max-width: 1199.98px) to max-width: 1799.98px
Hello,
We understand, however, since this is related to Customization, you will need to do this manually. If this was something simpler or would not take up too much time, we will be more than happy to help. But this request requires deep customization. There are a lot of Menu Options, however, the Full Header Design Option is not provided for so many menu items and the size of all devices needs to be put into consideration. The CSS/JS does not calculate the amount of Menu Items in the Header as it is very expensive on the memory and will cause the Page to slow down which is not ideal.
You will need to do the following things:
@media (max-width: 1799.98px) {
... #header, #primary-menu related CSS codes
}Hope this Helps!
Let us know if we can help you with anything else or if you find any further issues.
Have the same question, or something new?
Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.
Reply on the dashboard