Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1000280

    My socket copyright and menu isn’t central. Please see private content. How can I fix this?

    #1000396

    Hey Kieran,

    I checked your site and notice the issue. To provide an accurate solution please let me know how the copyright and menu are centered? Was there any custom code used? If so please remove the code you are using and get back to us so we can help you better :)

    Best regards,
    Vinay

    #1000416

    Thanks! Yes, it is centred using:

    #socket .copyright {   float: none;
      position: absolute;
      text-align: center;
      width: 100%;
      bottom: -20px;
    }
    #socket {
    min-height: 60px;	
    }
    #socket .sub_menu_socket {
      position: absolute;
      clear: both;
      text-align: center;
      width: 100%;
      top: 5px;
    }
    #socket .sub_menu_socket > div {
      display: inline-block;
    }
    .copyright, .copyright a {
    color: #ffffff;
    }
    #1000483

    Hi,

    Please replace the above code with the below code. If you still have any issue please post the WordPress login in private so we can take a closer look :)

    #socket .container {
        display: flex;
        justify-content: center;
    }

    NOTE: You must clear the cache to view changes.

    Best regards,
    Vinay

    #1000497

    Thanks Vinay. That appears to have done a good job, however, the privacy policy link is slightly higher than the copyright. (By a few pixels.)

    #1000624

    Hi,

    Please try this CSS as well:

    #socket .sub_menu_socket {
        margin-top: 1px;
    }

    Best regards,
    Rikard

    #1000661

    Perfect thank you

    #1000719

    Hi,

    Glad we could help!

    Please take a moment to review our theme and show your support https://themeforest.net/downloads
    Don’t forget to bookmark Enfold Documentation for future reference.

    Thank you for using Enfold :)

    Best regards,
    Vinay

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Socket copyright and menu isn't central’ is closed to new replies.