[Resolved] Front page upper logos/logos

Home Forums Support [Resolved] Front page upper logos/logos

Home Forums Support Front page upper logos/logos

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1346445
    Jaakko

    Check my site –> https://sahkosipa.fi. Now there is two logo in one picture. When I look page computer view everythink look ok (logos size is ok). But when I look page mobile view, logo are too small. I want that logo’s would be in different files and below each other in the mobile view.

    How I do that?

    #1346597
    David
    Staff
    Customer Support

    Hi there,

    replace your current logo in Site Identity with Image #1.
    Then add Image #2 to the Header Widget.

    Once that is done i can provide some CSS to arrange them on Desktop and Mobile.

    #1346623
    Jaakko

    Where I can activate Header Widget?

    #1346632
    Jaakko

    Please, check my page now. Computer view is not good, the logo’s must be in the same plane.

    #1346816
    David
    Staff
    Customer Support

    Try adding this CSS:

    .inside-header {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
    }
    
    @media(max-width: 768px) {
        .inside-header {
            flex-direction: column-reverse;
        }
    }
    #1347756
    Jaakko

    Thank you very very much. =)

    #1347955
    David
    Staff
    Customer Support

    Glad to be of help

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