Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #547298

    Hi guys, i want to move the footer menu to the left, instead of the deffault option to the right.
    Also need to change the font collor of the footer menu. And one more i want to put the adress in the socket but to the right in the way it shows the screen shot in private.

    Thanks again

    #548073

    Hey smorrone!

    Please add following code to Quick CSS

    #socket .sub_menu_socket {
        float: left;
    }
    #socket .copyright {
        float: right;
    }
    #socket a {
        color: orange;
    }
     

    Cheers!
    Yigit

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