Footer Menu

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #6293
    lcm
    Member

    One more thing…

    Where can I control where the footer menu is displayed? Its in the bottom right now and I want to switch it to the bottom left.

    On that same note the copyright is in the bottom left and I would prefer it being in the bottom right.

    I know…but thats what the client wants.

    #6391
    Nexus
    Moderator

    Hi,

    Sorry for the delay in response. Thanks for waiting. Please put the following code into custom css in theme options and see whether that helps

    #menu-footer {
    float: left;
    }
    
    #footer-text {
    float: right;
    }

    Besides, your site doesn’t load even after trying many times. Pls check. Thanks!

    #6541
    lcm
    Member

    Thank you!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Footer Menu’ is closed to new replies.