-
-
Just installed today. Product images not appearing on mobile pages.
Site & login info in next post
-
-
Hello,
I tried accessing site with the id and pass you send but it’s not possible. I can’t pass the first filter. Can you please check again?
Best regards!
-
-
-
-
-
Hello,
I deactivated the AP Mega Menu plugin and the product images are visible now. See result: https://ibb.co/98PDy2k
Also i added this css into your Customizer > General > Custom Codes > Custom css box:@media (max-width: 768px){ .logo_image { display: block; }}
For the logo to show up properly.
Please clear cache and refresh page.
Best regards! -
Thanks very much!
How do I reduce the height of the space above the logo?
Is there a way to get the menu to display on the same line as the logo?
-
Hello,
The space above the logo is caused by the alignment of header elements. I changed it by adding this css into Customize > General > Custom codes > Custom Css:
.header_container > .main .c-left.header-col { align-items: center !important; } .header_container > .main .c-right.header-col { align-items: center !important; }
The menu was under the logo because it was added in the bottom row of the menu, not in the same (middle) row where the logo is.(screenshot) I changed its position by just dragging-and-dropping the menu element in the middle column of the row where logo is present.
Please check your site now.
Best regards! -
-
-
Hello,
I set the extra (bottom) row height to 0 and the main header row margin-bottom to 0 as well. Both options are located in Customize > Header options.
Let me know.
Best regards! -
-
Hello,
I understand that is because the menu items are set to be aligned vertically in the middle of the header. To push them down, add this css into your Custom Css box:
@media (min-width: 992px){ .header_container.header-top > .main { line-height: 92px !important; }}
Change the value to your wish.
Best regards!
-
You must be logged in to reply to this topic.