Site logo

Archived topic

Trying to recreate the navigation

3 replies · Started by sjoerd89 on March 31, 2020

Viewing posts 1–4 of 4

Hi there,

i am working on recreating the navigation bar from our products site wich is not made by me.
The main website is and in Generatepress. Now i am trying to get a image in the navigation bar and somewhat got it working with a plugin but i can not seem to style it in the same way as the other website.

The plugin i know use is "menu image" but it looks like they just did it with a fontawesome icon.

Website i work on: https://www.zilvertron.com
Website i want it to look like: https://products.zilvertron.com

-edit- i put a css class on the menu with the cart called .cartmenu

Thanks for your time!

Sjoerd

Hi there,

Give this a shot instead of what you have now:

.cartmenu {
    vertical-align: top;
}

.main-navigation .main-nav ul li.cartmenu a {
    width: 95px!important;
    height: 82px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 0;
    border-right: 0;
}

Oh wow that's already it! Thank you so much i have been trying out so much different stuff haha. Thanks for the great help like usual.

No problem :)

This archived topic is closed to new replies.