Hello,
is it please possible to help fix the issue with the menu images not aligning properly in this site: https://myloyalty.gr
In some options looks fine:
But in some other options it is rather messy:
and
Hi,
This problem can be from the settings that you’ve made on mega menu using tagDiv Composer or from some plugins. A quick fix is this custom css
https://i.imgur.com/YWQ7dEy.png
.tdb_header_mega_menu .td_module_wrap:nth-last-child(-n+4) {
padding-bottom: 18px!important;
margin-bottom: 18px!important;
}
Set this code in theme panel> custom code> custom css.
Hope it will help you!
Thank you!
Thank you Calin! It worked!
If you want me to send you the theme settings file for further debugging from your side, please let me know.
Also a quick one here: how can I change the colour of the icon in the preloading of the menu (it is green from the minty theme but I cannot figure out a way to change it… same with the go to top icon colour in the bottom-right of the page)
-
This reply was modified 5 years by
dimitrisv. Reason: spelling
Hi,
I think that you are referring to this one ->https://i.imgur.com/wveS0Bm.png this one can be change for the moment only from theme panel> theme colors> general theme accent -> https://i.imgur.com/NIwnJH3.png
Also the color for the back to top arrow can be change only using the css: -> https://i.imgur.com/0TjLxi1.png
.td-scroll-up {
background-color: #432ed3;
}
Set this code in theme panel> custom code> custom css.
Thank you!
Hi,
I think that something is not set correctly in mega menu settings, these problems should not appear.
First please make a test, make sure that you do not have a plugin conflict, please deactivate ALL plugins except tagDiv plugins, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.
IF the problem persists, please set a normal mega menu and select your menu to see if the problem persists.
Let me know the results!
Thank you!