• Resolved Henkka

    (@henkka915)


    Hi,
    Is it possible to have a wide header logo and have the social buttons actually displayed on top of it?

    Thank you.

Viewing 1 replies (of 1 total)
  • you can do this with css margin-top: this controls how far from the top you want the item displayed.

    as the social links are placed underneath the logo you have to set the value to -100px this will move the social buttons over the logo.

    Open:
    custom.css

    Add:

    .socialmedia {
    float: right;
    padding: 7px 10px;
    text-align: right;
    width: 25%;
    margin-top: -100px;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Social buttons on top of logo?’ is closed to new replies.