[Resolved] align site-logo / site-branding with two widgets (image and text) in Header

Home Forums Support [Resolved] align site-logo / site-branding with two widgets (image and text) in Header

Home Forums Support align site-logo / site-branding with two widgets (image and text) in Header

  • This topic has 3 replies, 2 voices, and was last updated 6 years ago by Tom.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #532096
    micaud

    sorry for my english
    I would like to align on the same line, site-logo and site-branding (already done), with header-widget where inside there are two widgets (.widget.inner-padding.widget_media_image – .widget.inner-padding.widget_text) how can I do? Thanks in advance

    example
    site-logo – site-branding – header-widget (.widget.inner-padding.widget_media_image – .widget.inner-padding.widget_text) Same line

    .site-logo {
    float: left;
    margin-right: 20px;
    }

    .site-branding {
    display: inline-block;
    padding-top: 20px;
    }

    .header-widget {
    width: 450px;
    max-width: 100%;
    display: inline-block;
    }

    .widget.inner-padding.widget_media_image {
    ?
    }

    .widget.inner-padding.widget_text {
    ?
    }

    #533044
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Give this a shot:

    .header-widget .widget {
        display: inline-block;
    }
    #534364
    micaud

    Grazie mille! Tom

    #534586
    Tom
    Lead Developer
    Lead Developer

    You’re welcome! 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.