Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #250790

    Hi,

    I’m curious if there’s a way to add a second row in the socket section. I have several links I want in the socket but at the moment they are justified to the right and make the section look mis-aligned. In my perfect world I would like to have 2 rows both center aligned, the top row being the copyright and the second row links…is this possible?

    #250844

    Hey!

    Try adding this code to the Quick CSS:

    #socket .copyright {
        float: none !important;
        display: block;
        text-align: center;
    }
    #socket .sub_menu_socket {
        float: none !important;
        text-align: center;
    }
    #socket .sub_menu_socket ul {
        margin-bottom: 0 !important;
    }
    #socket .sub_menu_socket li {
        display: inline-block !important;
        float: none !important
    }

    You’ll get something like this:

    Cheers! 
    Josue

    #250868

    Woo Hoo, exactly what I was needing, thanks Josue you rock!

    #250870

    You are welcome, glad we could help :)

    Regards,
    Josue

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘2 rows in the "Socket"?’ is closed to new replies.