New Landing How can we help? Atelier Footer menu vertical alignment

Viewing 12 posts - 1 through 12 (of 12 total)
  • Posted in: Atelier
  • #311203
    PhilippeBonneau
    Member
    Post count: 12

    Hi support team. There is footer menu on my site. I want this menu vertical alignment to be at the top of the box and not at the bottom.

    Thank’s for your help.

    Attachments:
    You must be logged in to view attached files.
    #311356
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Add the code below to your custom css option.

    #copyright nav .menu {
        position: absolute;
        right: 0;
        top: 0;
    }

    Let me know if it worked.

    -Rui

    #311518
    PhilippeBonneau
    Member
    Post count: 12

    Sorry, not working.

    #311520
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    I’m seeing it fine.
    https://www.dropbox.com/s/5ikh3f7isuof9ba/Screenshot%202017-01-26%2016.07.27.png?dl=0

    Try to clear your browser cache or try in a different browser.

    -Rui

    #311545
    PhilippeBonneau
    Member
    Post count: 12

    OK I see it too.

    Thank you Rui.

    #311565
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    No problem. Glad I could help.
    -Rui

    #311671
    PhilippeBonneau
    Member
    Post count: 12

    Hi support. I just see that when I look at the site on a phone, the footer is all mixed up with the Footer menu overlapping the Footer Copyright Text.

    I also would like to have the Footer Copyright Text left aligned.

    Attachments:
    You must be logged in to view attached files.
    #311675
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,
    Add the code below to your custom css.

    @media only screen and (max-width: 767px){
       #copyright nav .menu {
          position: relative!important;
       }
    
       #copyright .text-left {
           text-align: left!important;
       }
    }

    -Rui

    #311678
    PhilippeBonneau
    Member
    Post count: 12

    Thank you Rui. Working on phone and tablet but not on 800×600 screen.

    Attachments:
    You must be logged in to view attached files.
    #311681
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    The code is only active below the 767px. Change that to the desired value(800px or more)

    -Rui

    #311703
    PhilippeBonneau
    Member
    Post count: 12

    So true. Sorry for the loss of time.

    #311916
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    No problem with that. Glad I could help you.

    -Rui

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

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register