Site logo

Archived topic

Slideout nav layout customization - Add Logo / Align menu items

1 reply · Started by Jarno on August 7, 2018

Viewing posts 1–2 of 2

Hi,

I would like to align my menu items centered.
Also I want a the logo above the menu items.

I've looked around on the forum but mostly all threads.

Thanks!

Hi there,

try this CSS for centering the text:

.main-navigation.slideout-navigation {
    text-align: center !important;
}

To add a logo, the simplest way is to add a Custom Menu link to the menu you are using in your slideout. Then add an image tag to the menu label like so:

<img class="site-logo" style="padding-top: 10px;" src="image_url">

This archived topic is closed to new replies.