[Resolved] Social icon position

Home Forums Support [Resolved] Social icon position

Home Forums Support Social icon position

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #142403
    Sheriff

    Hello,

    Is it possible to relocate the lightweight social icons below the header, not above as seems standard?

    Finningley

    I would prefer to have them in the same position but below the header logo.

    Thanks in advance.

    #142405
    bdbrown

    Hi Sheriff. Give this css a try:

    .header-widget {
      margin-top: 85px;
    }
    
    @media (max-width: 768px) {
      .header-widget {
        margin-top: 0;
      }
      .header-widget .lsi-social-icons {
        text-align: center !important;
      }
    }
    

    Adding CSS: https://generatepress.com/knowledgebase/adding-css/

    #142409
    Sheriff

    Thank you very much!

    #142462
    bdbrown

    You’re welcome 🙂 Let us know if you need anything else.

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