[Support request] Site logo and header widget – reversed order on tablet and mobile

Home Forums Support [Support request] Site logo and header widget – reversed order on tablet and mobile

Home Forums Support Site logo and header widget – reversed order on tablet and mobile

  • This topic has 3 replies, 2 voices, and was last updated 5 years ago by David.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #861239
    Peter

    Hi,
    Is there a way I can reverse the display order of the site logo and the header widget on tablet and mobile view.

    As it is now the header widget is displayed before the site logo.

    It’s un-natural and not logic – according to several of my clients…

    I would also prefer the site logo to show before the header widget – if it is at all possible.

    We often use the header widget for banner ads.

    Thank you for a great theme and plugin!

    cheers

    P.

    #861434
    David
    Staff
    Customer Support

    Hi there,

    this CSS will change the order on mobile / tablet:

    @media (max-width: 768px) {
        .inside-header {
            display: flex;
            flex-direction: column;
        }
        .header-widget {
            order: 2;
            margin-top: 20px;
            margin-bottom: 0 !important;
        }
    }
    #863579
    Peter

    Hi David,
    thank you very much for your help!
    cheers
    Peter

    #863804
    David
    Staff
    Customer Support

    you’re welcome

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