[Support request] Logo don't display in header

Home Forums Support [Support request] Logo don't display in header

Home Forums Support Logo don't display in header

Viewing 3 posts - 16 through 18 (of 18 total)
  • Author
    Posts
  • #787440
    Tom
    Lead Developer
    Lead Developer

    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;
    }
    #787468
    casimiro

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

    #788086
    Tom
    Lead Developer
    Lead Developer

    To change the padding for each one separately?

    Logo:

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

    Icons:

    .header-widget .widget_lsi_widget {
        padding: 10px;
    }
Viewing 3 posts - 16 through 18 (of 18 total)
  • You must be logged in to reply to this topic.