But is it possible to view images 200x200px?
You have this CSS somewhere (I guess in the Customizer):
#mobile-menu .mega-menu .sub-menu li:nth-of-type(3) a::before, #main-nav .mega-menu .sub-menu li:nth-of-type(3) a::before {
content: "";
background-image: url('https://tuyograf.com/medya/2020/10/menu-grafik-tasarim.jpg');
background-size: cover;
display: block;
padding-top: 60%;
margin: 0 0 20px;
}
Change the padding-top to 100% for all items to show the images in 200×200 pixel.
Mega menu remains open and fixed. It doesn’t open with Hover.
Remove
visibility: visible;
opacity: 1;
from the last code I gave you for the menu width (#main-nav .mega-menu .sub-menu
). I used it to test the CSS rules, it wasn’t ment to be used in the real page.
-
This reply was modified 4 years, 1 month ago by
terrathemes.