Hi,
We are using the plugin Simple Share Buttons Adder and it is working fine, however we would like to change the position of the buttons to the top of the website, aligned with the logo. The logo remains aligned to the left, the share buttons shall align to the right.
Please check in PVT for more details.
Thank you
Hey sitesme!
It looks like your adding them inside a textblock.
Do this, http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/, to add a widget area to your header. You can then drag a text widget to it and add the buttons in that way.
Best regards,
Elliott
Thank you Elliott,
Your recommendation worked great.
I just need some help now to properly align the widget to the right and in the middle (vertically) with the logo.
This is the CSS I am using after adapting it a bit from the example:
#header .widget {
right: 12%;
padding-top: 0;
position: absolute;
top: 0;
transform: translate(-50%);
z-index: 999;
}
Can you please check the page in PVT and tell me what changes I need to do?
Thank you
We went into another approach for this now.
We are adding the shortcode [ssba]
inside each page, individually, but the alignment is still not 100% as we would like to.
Please check here: http://dns.d.pr/1gf9a/2TeJuK0V
The page is in PVT
Many thanks.
Hi,
Try the following CSS to see if it helps:
.ssba.ssba-wrap {
margin-right: -20px !important;
}
Thanks,
Rikard
That did the trick.
Thank you Rikard :)