Hello CB, congrads on the new website, looking great. Ye must be on a high.
I just noticed an issue I have with mobile view (IOS and Android - includes Small screen size and larger screen size) of Nested Tab Menu Position - see attached (the titles of the menus and hence links don't show even when I turn the phones horizontal).
Tab Menu Position is fine and appears to the left. Nested Tab Menu I'm sure should appear under "More".
Not quite sure what to do but would be useful if you could test from your end to see if it is replicable.
Edit: Just updated to CB latest nightly and no change.
Kyle (Krileon) Community Builder Team Member Before posting on forums:
Read FAQ thoroughly
+
Read our Documentation
+
Search the forums CB links:
Documentation
-
Localization
-
CB Quickstart
-
CB Paid Subscriptions
-
Add-Ons
-
Forge
-- If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
-- If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please
send me a private message
with your thread and will reply when possible!
-- Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
-- My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.
Thanks, the demo is fierce handy. Yes it is fine on the demo.
Found the problem. I had adjusted this:
.cb_template .cbTabsMenuNav .cbTabNavMenuMore, .cb_template .cbMenuNav .cbTabNavMenuMore, .cb_template .cbTabsMenuNav .cbMenuNavMore, .cb_template .cbMenuNav .cbMenuNavMore {
position: absolute;
right: 0px;
top: 0px;
}
Because the nested menu image is a bit right and up on my template, off center. So I took it out of custom.css and it works fine. So solved this one yet have original issue. Prefer having the css issue actually!Thanks for the guidance.