how can I center the copyright and socket menu with the menu below the copyright on a TABLET (Ipad) only.
Thanks!
Hey Justin!
Please add following code to Quick CSS
@media only screen and (max-width: 1024px) and (min-width: 760px) {
span.copyright {
width: 100%;
text-align: center;
}
#socket .sub_menu_socket {
position: relative;
right: 17%;
}}
Cheers!
Yigit
Thank you sir…works.