-
-
Dear support,
Our website is almost completed and looks spec(te)cular. There are three things that i couldn’t figure out and find on this forum.
1.) Our logo is displayed to big on mobile devices and got a weird position, what to do?
2.) One of our menu-items has 48 submenus (megamenu) these are by default unfolded when tapping the menu on the mobile device. Is it possible configure the mobile menu to not unfold the submenu items but only unfold the submenu when tapping the parent menu?
3.) The topwidgets where we put our address details and wpml language selector is not shown on mobile devices, how to solve this?Many thanks, Reinout
-
-
-
Hello,
I would also be interested in this as am having the same problems with my responsive website on my mobile when in horizontal view.
Many thanks
Darren
-
Hello,
For number 1. (logo position on mobile device) i found a solution from another post here on the forum. Paste this code into your custom CSS Bpx which you can find in the wordpress cpanel under Specular > General and then below. Play with the values width and top to adjust it.
@media (max-width: 480px){
#logo {
width: 265px !important;
left: -50px !important;
top: 10px !important;
}}I didn’t found yet a solution for number 2. (submenu by default unfolded) and 3. (top widgets not shown on mobile). I would be happy with support.
Many thanks, Reinout
-
I need to recall:
Solution 1, (logo position) works, but only on the hompage. On subpages it’s again off centered…
Please support on this one as well.
Thanks, Reinout
-
Hello,
2-Sorry but that is not possible.
3-Please add this code into your custom css box:
@media (max-width: 480px){ .top_nav { display: block; border-bottom: 1px solid #E2D9D9; height: 76px !important; } .row-fluid .span6:nth-child(2) { display:none; } .mobile_small_menu { margin-left: 6px;} }
Best regards!
-
Hello,
I checked the other pages in mobile, but the logo is centered. (screenshot). Can you send us the page where it is not? Try to clear your computers cache, as you may be seeing an un-updated copy of your site.
Best regards!
-
Dear Mihaila,
Thanks for your help.
2.) that’s a pity. I should be very simple i thought…i hope you understand my question.
3.) I pasted your code into my custom CSS box and saved it. After that i reloaded the page on my mobile device (iPhone) but the top bar with the address details and the WPML language selector is still NOT visible.
Please advise,
Thanks.
-
Hello,
2- It is not that simple though and it requires some time, which i can not give to it since it is a customization not included in support. Please read here our support policy.
3-If you send us your wp credentials in a private reply, i can do it for you.
Best regards!
-
You must be logged in to reply to this topic.