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?
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
Woo Hoo, exactly what I was needing, thanks Josue you rock!
You are welcome, glad we could help :)
Regards,
Josue