Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #576301

    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

    #576807

    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

    #576937

    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

    #577098

    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.

    #577609

    Hi,

    Try the following CSS to see if it helps:

    .ssba.ssba-wrap {
        margin-right: -20px !important;
    }

    Thanks,
    Rikard

    #577626

    That did the trick.

    Thank you Rikard :)

    #578257

    Hi,

    Great, glad we could help :-)

    Thanks,
    Rikard

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