Tagged: 

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1026273

    Hello there

    Is there a way to centre the links and social icons centred like the text above?

    See Private Content for URL

    #1026278

    Hey,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    CSS Snippet:

    
    #socket ul.noLightbox.social_bookmarks {
        max-width: 90px;
        margin: auto;
        float: none;
        clear: both;
    }
    
    

    Best regards,
    Yigit

    #1026283

    Cheers, that has fixed the social media icons… How do I do the underneath links?

    #1026763

    Hi whdsolutions,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    
    @media only screen and (min-width: 1024px) {
      #socket .sub_menu_socket {
          float: none;
          margin: 0 auto;
          width: 70%;
      }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1026771

    These are not centred :-(

    #1026780

    Hi,

    They are both in center on my end. Attached a screenshot in private content field.
    Please flush browser cache and refresh your page a few times :)

    Best regards,
    Yigit

    #1026802

    We have checked on all 5 PCs here – All the same :-(

    Also my client has checked and can’t see anything centred – looks like they are aligned left, they do go centre if you make the browser window a certain size… But they need to be naturally centred like the text above this

    #1027327

    Hi,

    I have the same view as Yigit unfortunately.

    Best regards,
    Basilis

    #1027419

    Not here and not on my client’s screen – have you checked at different resolutions?

    #1028007

    Hi whdsolutions,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (min-width: 1000px) {
      #socket .sub_menu_socket {
          float: none;
          margin: 0 auto;
          width: 756px;
      }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.