Social button help

I moved across to Unite from Dazzling and love it… However,

No social buttons at top? Any suggestions?

There are several solution for that:

  1. Use website title
  2. Move them down by adding this code to Theme Options - Other - Custom CSS
#social {
    top: 10px;
}

Thank you :slight_smile: and also just a quick one… Can I remove the white line at the top of pages?

Add this code to the same field, it will get rid of border above post content which is actually used as border below page title but it appears that you aren’t using any.

.page-header {
    border-bottom: none;
}

Spot on many many thanks :slight_smile: Wheres the donate button? This theme is amazing and your support is great

Thank you for your feedback! I really appreciate it! Ann I am glad I could help! :slight_smile:

Don’t have a button but you can use PayPal where my ID is a.silkalns[at]gmail.com (replace [at] with @ ).

Thank you!

Last question I promise (for now lol) any way of lining the social button up to the line on the menu to the right of the basket?

It might be done on desktop mode only but it will completely break down layout on mobile, so I would not recommend to do that.