Hi I am having a problem with my main menu.
I use woocomerce and WPML and they are getting attached both onto my main menu. This makes my site’s menu not be fully responsive deppending on the screen size, my first menu items overlap the site’s logo and this can’t happen to the site since many people will see it as an error.
I show screen shot to clarify my issue.
I need to remove flags from the menu and ensure that the cart wont be on top of the logo in mobile devices.
Thank you.
I mannaged to have it well displayed through the separation between items in the main menu bar, though I still get the cart on top of the logo… see screen shot.
Please provide me the necessary instructions in order to correct this.
Thank you.
Hi,
Please try the following in Quick CSS under Enfold–>General Styling:
@media only screen and (max-width: 767px) {
.responsive .logo img {
height:40px !important;
}
}
Regards,
Rikard
It is still doing the same, I also want the slider to be a bit bigger in the responsive version it looks tiny and doesn’t show complete.
Thanks.
Jaime
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
@media only screen and (max-width: 480px) {
a.cart_dropdown_link {
background: transparent!important;
border: none!important;
top: -25px;
}
#top .avia-slideshow-button { margin-top: 0; }}
Best regards,
Yigit
