Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • librandi Friend
    #1061713

    hi,
    how I can move the menu on the right and up?
    thank you


    1. Cattura
    Pankaj Sharma Moderator
    #1061719

    Hi
    Try this code in custom.css file

    @media screen and (max-width: 767px)
    {
    .t3-header .row {
        margin: 0;
        display: flex;
    }}

    Hope it helps.

    Regards

    librandi Friend
    #1061754

    Hi Pankaj Sharma,
    I try but nothing change

    Pankaj Sharma Moderator
    #1061758

    Hi
    Kindly clear cache and check again,
    It’s working fine at my end http://prntscr.com/gkkeoj

    Regards

    librandi Friend
    #1061817

    thank you very much,
    is it possible to reduce this space on the mobil?


    1. Cattura-1
    Pankaj Sharma Moderator
    #1061937

    Hi
    It’s coming from your custom.css file : http://prntscr.com/gkvye9
    You can apply media query on the code to apply it only to PC.

    Regards

    librandi Friend
    #1062008

    thanks,can you write me the code?

    Pankaj Sharma Moderator
    #1062011

    Hi
    I already wrote the code above 🙂

    @media screen and (max-width: 767px)
    {
    .t3-header .row {
        margin: 0;
        display: flex;
    }
    
    }

    Replace

    .t3-header .row {
        margin: 0;
        display: flex;
    }
    

    with your code.
    Here documentation

    librandi Friend
    #1062287

    hi,
    how I can move the menu on the right?
    thank you


    1. screen
    Pankaj Sharma Moderator
    #1062520

    Hi
    Use this code

    @media screen and (max-width: 767px)
        {
      .t3-mainnav {padding-left:90px;} }

    Regards

    librandi Friend
    #1062871

    thank you, but for larger formats the nav tag is not aligned to the right. is there a way to do this?

    Pankaj Sharma Moderator
    #1062880

    Hi
    You can change the media query value if you want to apply the code in more than 768px display or define new custom code for different display devices.

    Regards

    librandi Friend
    #1062884

    I meant a width greater than 360 but always lower than 767, for example overturned 360px one becomes 640px in width. thanks


    1. keebboo
    Pankaj Sharma Moderator
    #1063002

    Hi
    i am not sure what you mean by width, please follow this documentation to know how the media queries work and you can apply them as per needs.

    Regards

Viewing 14 posts - 1 through 14 (of 14 total)

This topic contains 13 replies, has 2 voices, and was last updated by  Pankaj Sharma 6 years, 7 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum