Site logo

Archived topic

Logo don't display in header

17 replies · Started by casimiro on January 18, 2019

Viewing posts 16–18 of 18

There aren't padding options for each of those elements within the settings, but we can use CSS.

For example, if you wanted to add padding to the site title, you could do this:

.site-branding {
    padding: 10px;
}

If you wanted to apply it to the header widget, you could do this:

.header-widget {
    padding: 10px;
}

Ok thanks
But How can adjust the two widgets on header, boths separated?

To change the padding for each one separately?

Logo:

.header-widget .rl-image-widget {
    padding: 10px;
}

Icons:

.header-widget .widget_lsi_widget {
    padding: 10px;
}
This archived topic is closed to new replies.