Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author Markus Drubba

    (@drumba)

    Hi, can you show me a link where I can see the result?

    Thread Starter besatree

    (@besatree)

    https://besatree.com/site/soiled/

    I would like for the download box to be centered above the image.

    Plugin Author Markus Drubba

    (@drumba)

    You can, but I think it is easier with the small version of the buttons. You should override the styles of this classes with float:none and display:inline (don’t forget to add the IE hack ?? )

    #l2g .facebook, #l2g .twitter, #l2g .gplusone

    Thread Starter besatree

    (@besatree)

    how would i do that? im familiar with wordpress, but not the steps to make that happen… could i get a brief overview by chance?
    appreciate your help!

    Plugin Author Markus Drubba

    (@drumba)

    Add this custom css to your theme:

    #l2g {text-align:center;}
    #l2g .facebook, #l2g .twitter, #l2g .gplusone {
        float: none !important;
        display: inline;
        padding: 0 20px;
    }
    
    #l2g .facebook div, #l2g .twitter div, #l2g .gplusone div {
        display: inline;
    }
    
    #l2g iframe {
        padding: 0;
        box-shadow: none;
    }
    Thread Starter besatree

    (@besatree)

    THANK YOU THANK YOU THANK YOU!!!!!!!!

    Thread Starter besatree

    (@besatree)

    I really appreciate you taking the time to help me out with that. Big big thanks. Hope you have a great night!

    Plugin Author Markus Drubba

    (@drumba)

    With pleasure! ??

    It would be nice if you rate the plugin and write a recommendation ??

    Thread Starter besatree

    (@besatree)

    done! thank you again!

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Alignment’ is closed to new replies.