
-
AuthorPosts
-
July 17, 2014 at 3:17 pm #292506
Hi – spotted another issue that has come with the 2.9.1 upgrade.
The menu options in the secondary menu that appears at the top of the pages now no longer appears on mobiles. As the viewport is reduced (in any browser on any client) the secondary menu entries disappear – although the social icons stay visible. Previously, the secondary menu would be visible on all viewports.
Thanks,
Daniel
July 17, 2014 at 3:41 pm #292514Hey forum30!
Please add following code to Quick CSS
@media only screen and (max-width: 768px) { .header_bg { z-index: -1; }}
Cheers!
YigitJuly 17, 2014 at 4:38 pm #292551Hi Yigit.
That’s almost done it. On a mobile, the menu options sit nicely, but on a tablet the two menu options aren’t displayed together (one appears before the other stuff, the other appears after them).
Is there a way to fix this?
Thanks again for your your really quick response.
July 17, 2014 at 11:55 pm #292714Hey!
Try adding this code to the Quick CSS:
@media only screen and (max-width: 767px) { ul#avia2-menu { clear: both; } }
Cheers!
JosueJuly 18, 2014 at 11:05 am #292899Thanks Josue – that’s sorted the two menu items so they stay together. However, the rtsocial social icons are set to be right-aligned, and on a mobile they appear fine, but on a tablet with the larger viewport – they are off-centred to the right. Is there a way of having them appear so they still look like they are currently on desktop or mobile, but appear centred on a tablet?
Thanks again for the excellent support – will definitely provide a review and 5-stars after this!
July 18, 2014 at 12:19 pm #292915Hey!
Please add following code to Quick CSS as well
@media only screen and (max-width: 768px) and (min-width: 480px) { .rtsocial-container.rtsocial-container-align-right.rtsocial-icon-count { float: none!important; margin-left: 25%; }}
Regards,
Yigit-
This reply was modified 10 years, 9 months ago by
Yigit.
July 18, 2014 at 2:29 pm #292965Hi Yigit,
I’ve added that, but the rtsocial icons aren’t moving on the tablet – they’re still aligned to the right of the screen. Have I got to do anything else or remove any of the other quick css code?
Thanks,
Daniel
July 18, 2014 at 2:36 pm #292972July 18, 2014 at 2:40 pm #292973Perfect!!
Thanks again guys, your support really is excellent. Will leave you alone now – have a great weekend and I’ll write that review!
July 18, 2014 at 2:42 pm #292975 -
This reply was modified 10 years, 9 months ago by
-
AuthorPosts
- The topic ‘Secondary Menu vanishing on Responsive layout’ is closed to new replies.