Product pics at Dropdown menu are seen half

Hi. I am using Venture theme and I added dropdown menu to Header part however, pictures are cut half and other half are not used. At shopify website theres no problem on dropdown menu part. How can lower product name and make the picture more seen ?

https://forgegrills.com/ password:ishelo

Thank you.

Hi @Narquila ,

You can just add a padding to the top. Just add this css code below. Go to Asset folder in the code editor, open the base.css. Add the code below.

.meganav__list--multiple-columns {
    padding-top: 50px !important;
}

If it helps, select as solution. Thank you

Hi, I don’t have base.css here and I tried at theme.scss.liquid but didn’t work.

After I choose “Show frame around images”, it worked however it made product pictures at main page small but thats best solution for now.