Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1413437

    Iceeyez
    Participant

    Hi themeco and wishing a great Spring

    Added the code:

    .x-topbar .p-info{
    float:right;
    margin-right: 12px
    }

    It gave better alignment for last menu text and the flags ontop in desktop, but moved the flags left in mobile and not aligned with the menu on the phone.
    How to do this so so the mobile topbar is not affected and stays aligned with the mobile menu hamburge?
    http://boardportalnordics.com/blogg/

    #1413438

    Iceeyez
    Participant
    #1413665

    Thai
    Moderator

    Hi There,

    Please add this CSS also:

    @media (max-width: 767px){
        .x-topbar .p-info {
            margin-right: 0;
        }
    }

    Hope it helps 🙂

    #1416759

    Iceeyez
    Participant

    You the best!

    #1416851

    Joao
    Moderator

    Thanks for the kind words!