Site logo

Archived topic

Social icon position

3 replies · Started by Sheriff on October 6, 2015

Viewing posts 1–4 of 4

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.

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/

Thank you very much!

You're welcome :) Let us know if you need anything else.

This archived topic is closed to new replies.