Forum Replies Created

Viewing 1 replies (of 1 total)
  • Hi,

    I had the same problem with centering on my website, I want my users to share tickets and tour schedules. 2 solutions mentioned above are not working 🙁
    But I’ve managed to find right code for centering:
    Open your plugin file sharify/sharify-style.php in editor and edit this classes in the end of the file:

    .sharify-container {
        position: relative;
        display: block;
        width: 100%;
        padding: 0 0;
        overflow: hidden;
        text-align: center
    }
    .sharify-container ul {
        padding: 0;
        margin: 0
    }
    .sharify-container li {
        list-style: none;
        height: 35px;
        line-height: 36px;
        float: none;
        display: inline-block;
        margin: 0!important;
        padding-left: 2.5px
    }

    Now your panel with buttons is centered. Here is working example:
    http://easysector.com/sarah-mclachlan-tour-dates-2016/

Viewing 1 replies (of 1 total)