Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #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!

    #293983

    Hi 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,
    Yigit

    #294049
    This reply has been marked as private.
    #294392
    This reply has been marked as private.
    #294398

    Hey!

    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,
    Yigit

    #294431
    This reply has been marked as private.
    #294437

    Hi!

    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 reply

    Regards,
    Yigit

    #294454
    This reply has been marked as private.
    #294457

    Hi!

    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!
    Yigit

    #294476
    This reply has been marked as private.
    #294480

    Hey!

    Please flush browser cache Justin. Now it does look fine on my end on all screensizes

    Regards,
    Yigit

    #294488
    This reply has been marked as private.
    #294720

    Footer looks as expected on my end too. Try checking it on Chrome for iPad.

    Cheers!
    Josue

    #316738
    This reply has been marked as private.
    #316750

    Hey!

    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!
    Peter

    #316864

    Ah! thanks Dude! Appreciate the resource (link) you gave me. Helpful!

Viewing 16 posts - 1 through 16 (of 16 total)
  • The topic ‘Socket menu centered and ABOVE copyright’ is closed to new replies.