-
AuthorPosts
-
July 21, 2014 at 7:15 pm #293979
Hui,
I have seen other posts, but I need some clear direction on centering the copyright text and having a the socket menu ABOVE, not below the copyright.Thanks!
July 21, 2014 at 7:23 pm #293983Hi Justin!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#socket .copyright { width: 100%; text-align: center; position: relative; top: 15px; } #socket .sub_menu_socket { margin-top: -20px; }
Best regards,
YigitJuly 21, 2014 at 10:12 pm #294049This reply has been marked as private.July 22, 2014 at 3:37 pm #294392This reply has been marked as private.July 22, 2014 at 3:47 pm #294398Hey!
Please add following code to Quick CSS as well
#socket .sub_menu_socket { position: relative; right: 34%; } @media only screen and (max-width: 1340px) { #socket .sub_menu_socket { right: 32%; }} @media only screen and (max-width: 1140px) { #socket .sub_menu_socket { right: 29%; }} @media only screen and (max-width: 990px) { #socket .sub_menu_socket { right: 2%; }} @media only screen and (max-width: 768px) { #socket .sub_menu_socket { right: -7%; }}
Regards,
YigitJuly 22, 2014 at 4:38 pm #294431This reply has been marked as private.July 22, 2014 at 4:46 pm #294437Hi!
Please feel free to request such feature or vote if already requested here – https://kriesi.at/support/enfold-feature-requests/
Some users would like to center copyright text :)
I will keep the thread open. Please try and confirm so we can mark it as resolved or assist you further. Thread will be on hold and will be re-opened when you replyRegards,
YigitJuly 22, 2014 at 5:07 pm #294454This reply has been marked as private.July 22, 2014 at 5:11 pm #294457Hi!
Please change following line
@media only screen and (max-width: 990px) #socket .sub_menu_socket { right: 2%; }}
to following one
@media only screen and (max-width: 990px) { #socket .sub_menu_socket { right: 22%; }}
Cheers!
YigitJuly 22, 2014 at 5:37 pm #294476This reply has been marked as private.July 22, 2014 at 5:39 pm #294480Hey!
Please flush browser cache Justin. Now it does look fine on my end on all screensizes
Regards,
YigitJuly 22, 2014 at 5:43 pm #294488This reply has been marked as private.July 23, 2014 at 2:05 am #294720Footer looks as expected on my end too. Try checking it on Chrome for iPad.
Cheers!
JosueSeptember 10, 2014 at 4:51 pm #316738This reply has been marked as private.September 10, 2014 at 5:02 pm #316750Hey!
Please try to add this code:
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) { #socket .sub_menu_socket { right: 22%; } }
and change the right value if necessary. I.e. decrease it to 20% or increase it to 25%. I used the media query from http://css-tricks.com/snippets/css/media-queries-for-standard-devices/
Cheers!
PeterSeptember 10, 2014 at 7:27 pm #316864Ah! thanks Dude! Appreciate the resource (link) you gave me. Helpful!
-
AuthorPosts
- The topic ‘Socket menu centered and ABOVE copyright’ is closed to new replies.