-
In reply to: top navigation items and logo on mobiles
Hello,
1-Please add this code into your custom css box:
@media (max-width: 480px){ .header_10 #logo { left: 9% !important; }}
Result screenshot: https://pho.to/AgtHh
If you need to make logo even smaller after this, than add this code as well inside the @media rule:#logo img { max-height: 42px !important; }
It will become like this:
@media (max-width: 480px){ .header_10 #logo { left: 9% !important; } #logo img { max-height: 42px !important; }}
Edit the values to your wish.
-The top header is not visible in mobile by default. You can make it show, using custom css, but since you have two custom menus set in it, they will display as mobile menu as well. Making it look weird and not that functional(screenshot). If you still need to show it, i suggest you first add text widgets into it.
Best regards!
Hello,
I have two problems and do not know if they are related.
The site is https://www.centrodellaceramica.innovaimpresa.com/
1) on mobile screen the centered logo seems to be too big and stays too much next to the menu icon
2) I acvtivated top widget area and placed inside some text and icon links. But they are missing on mobiles
Could you please help?
Regards
Marco
In reply to: Responsive Menu Dropdown Off
Hello,
This is the Extra Side Navigation. You can find it in General Options > Layout > Extra Side Navigation. Just set the option OFF, to remove it.
Even though they have the same icon, the mobile menu and extra navigation are not the same thing. The extra navigation is an additional sidebar. As such you can add content into it using widgets. Just go to your Appearance > Widgets and add widgets to “Extra Side Navigation”.
To remove it, set it off as instructed above.
Let us know.Best regards!
In reply to: Mobile Menu + Mobile Logo
Hello,
1-Sorry but this is a personal customization that requires time and it’s not supported from us. To create it you need to add custom js code.
2-To have a different logo for the mobile please refer to this related topic:
https://support.codeless.co/?topic=mobile-logo-menu-color-change
Let us know.Best regards!
Topic: Mobile Menu + Mobile Logo
Hi,
I few real-quick questions.
On the mobile menu we are experiencing a few issues.
1. Mobile menu populates all menu items (main menu) items and (sub menu) items. Basically you click the menu button and all items drop down, creating a huge list. How can we limit this to just the main menu items (once clicked), the sub menu items appear?
2. Mobile logo – how can we have a different logo for the mobile website vs larger screen sizes. The mobile logo appears way to big and covers practically the width of the mobile screen, limiting access to the menu button?
In reply to: Swap Hamburger Menu Position on Mobile with Logo
Hello,
Please try to add this code into your custom css box:
@media (max-width: 480px){ .mobile_small_menu { left: 80% !important;} #logo { float: left !important;} footer#footer a:hover, aside ul li:hover:after { color: #444 !important;} }
Result screenshot: https://pho.to/AgbGh
Let us know.Best regards!
I’m using Specular and on mobile the hamburger menu is on the right side and the logo is on the left, any way to swap these two?
-
This topic was modified 8 years, 4 months ago by
taylortaudio.
In reply to: issue with responsive
Hello,
I added this code into your custom css box:
@media(max-width: 480px){ .codeless_slider .swiper-slide .content h1 { padding-left: 55px !important; }}
To add padding to the slider’s titles. I don’t see any other issue with the slider(screenshot). It is resizing ok in mobile. Are you not referring to this? Can i see a screenshot of it?
-I added this code:
.menu-small ul.menu > li > a { color: #0c0707 !important; }
to change the color of mobile menu titles.
There is a js error in your site. Please deactivate all third party plugins and try again. Let us know if the issues persists.PS: Yes, i can guarantee that the information is private. To test this, just check other users profiles (click on the name), you will see that you will not be able to see any login data in no one of them.
Best regards!
In reply to: Mobile menu is to wide
Hello,
2-You had an error in your custom css code in General options. That was stopping the rest of the code to take effect. Also the snipped code i send you in last reply (point 2) which takes care of the horizontal scrolling, was not present. I added it now and the issue is gone.
3-I added other code to reposition the logo. But for it to take effect you have to go to file css/bootstrap-responsive.css and find these lines:
#logo{ float:right; left:0 !important; right:0 !important; -webkit-transform: none !important; -moz-transform: none !important; -ms-transform: none !important; -o-transform: none !important; transform: none !important; }
Edit this line:
left:0 !important;
to this:left:0;
and save.4-I added this code into your custom css box:
@media (max-width: 480px){ .viewport { overflow-x: hidden !important; } #logo { top: -44px !important; left: 9% !important; width: 87% !important; } .mobile_small_menu { color: white; margin-top: -32px !important; } nav .menu > li > ul.sub-menu, nav .menu > li > ul.sub-menu ul { display: block !important;} .snap-drawer nav .menu li > ul.sub-menu li { padding-left: 0px !important;} }
Please check your site.
Best regards!
In reply to: Mobile menu is to wide
1) I changed your credentials to Administrator. Sorry about that!
2) I changed the outer padding code and got rid of it. That took care of the appearance issue. Content is still sliding back and forth horizontally when I scroll.
3) I’d still like to make the logo smaller on the mobile menu. Can you give me the code for that?
4) Am still having trouble getting all menu items to appear. On the Side menu, the top-level items appear, but you have to tap them to see them. I would like them to appear as soon as the menu opens.
On the Standard Menu, you can see the second-level items but not the main-level items.
I found this code:
nav .codeless_custom_menu_mega_menu ul > li h6, .menu-small ul.menu .codeless_custom_menu_mega_menu h6, .menu-small ul.menu > li > a {
text-transform: uppercase;
letter-spacing: 1px;
font-weight: 600;
color: #fff;
font-size: 12px;
}I copied & pasted it into the Custom CSS box and changed it. No luck. Also tried adding it to style.css. Didn’t work there. Firebug says it’s inline???
I would like to change it to this:
nav .codeless_custom_menu_mega_menu ul > li h6, .menu-small ul.menu .codeless_custom_menu_mega_menu h6, .menu-small ul.menu > li > a {
text-transform: none;
letter-spacing: 0px;
font-weight: 400;
color: #253746;
font-size: 12px;
}If you can tell me where I need to go to change this, then I would be happy to use the standard menu.
5) Also BTW, I added back the top nav bar like I did in a previous website.
In reply to: Mobile menu is to wide
Hello,
1-There are two styles of socials for you to select from for the top navigation area. Simple and Circle. If you want you can change them using custom css. Like you already did.
2-I need to check the configurations made for the mobile menu. It is not working correctly. Add this code into your csutom css box:
@media (max-width: 979px){ #snapcontent .viewport { overflow-x: hidden; }}
To remove the horizontal scrolling.
3-It’s best to keep the logo at 200px wide, but you can always modify it using custom css. The border around the site is due to the boxed layout you have selected for it.
If you add the custom css i wrote above, the scrolling horizontally will be gone.PS: There is nothing i can do with these much access rights. If you want our help, then grand admin rights to the login user.
Best regards!
In reply to: Mobile menu is to wide
Update: I tried to add ul/li code so I could make bullets in the text square. I took that coding out.
I have added credentials to my profile so you can sign in and look around.
If I change to the Standard Mobile Menu, it looks fine — except the text for the top level of the menu doesn’t show. I don’t have any text anywhere set to be gray, so I don’t know why it’s not showing up.
Here’s a screen shot:
https://www.dropbox.com/s/al940pxoyb44k0j/call%20abt%20standard%20menu%20top%20level%20not%20showing..PNG?dl=0
If you can get the text to appear in the Standard Mobile Menu, that would be just fine. I don’t care which version I use. I just want one that works and looks good.
Thanks!
Topic: Mobile menu is to wide
I am using Tower 2.0 with a child theme. Just launched a website here:
It launched at 1 pm CDT U.S. on 4/26/17 so I hope you can see it. The social media icons at the top should be round, not square. And the search bar should not be showing.
The site looks fine on desktop/laptop/tablet. There’s a problem with the mobile view.
I have this set to use the side menu. The logo appears above the side menu. There’s a margin all around the website, and when you scroll through the site, it moves back and forth, like it’s scrolling horizontally. The logo on the menu shows all the time.
1) My logo on the site is 271 x 72 pixels. Is that too wide? What is the maximum width for a logo? Is that causing the problem?
2) Why is there a margin around the site? Why is it scrolling horizontally? I would like the site to appear without the side padding in mobile view.
<div>Screen shots are on my Dropbox:</div>
<div>https://www.dropbox.com/sh/uuxgm3oagplv0u6/AADDl7D3UiPmrLdUEP6JpNXWa?dl=0</div>
<div></div>
<div>Please let me know. Thank you for your help.</div>In reply to: Tower – Responsive Menu – Color Problems
Hello,
The mobile menu code is not present in your site. This means it’s not set up to display. Please go to General Options > Header Options > Show Responsive Menu Dropdown, set it ON.
Let us know if you still can not see the menu.Best regards!
Hi.
I’m using the Tower theme for a client’s site here: https://mcconowah.com and we’re having a lot of trouble with the mobile menu. We have a dark header with a white logo, but when the menu goes responsive (on a phone for instance), the logo is white (i.e. invisible) and so are any menu sub items.
I can’t figure out how to get the background of the side menu to change. So, I tried adding a dark version of the logo. This was visible on the mobile menu, but was impossible to see on the desktop header. Whether I have pages set to light or dark header in the page options doesn’t matter, the logo doesn’t change. It stays dark. I switched it back to the light one for now.
I haven’t even bothered to try to figure out the font colors yet.
Please let me know if you can help.
Thanks.
-
This topic was modified 8 years, 4 months ago by
Search Results for 'mobile menu'
-
Topic: Mobile Menu + Mobile Logo
Topic: Mobile menu is to wide
Hi.
I’m using the Tower theme for a client’s site here: https://mcconowah.com and we’re having a lot of trouble with the mobile menu. We have a dark header with a white logo, but when the menu goes responsive (on a phone for instance), the logo is white (i.e. invisible) and so are any menu sub items.
I can’t figure out how to get the background of the side menu to change. So, I tried adding a dark version of the logo. This was visible on the mobile menu, but was impossible to see on the desktop header. Whether I have pages set to light or dark header in the page options doesn’t matter, the logo doesn’t change. It stays dark. I switched it back to the light one for now.
I haven’t even bothered to try to figure out the font colors yet.
Please let me know if you can help.
Thanks.