• Hi ??

    I have the “Like Buttons” set up in a sidebar widget that adds content after the post, but I can only figure out the CSS to center it on the computer. On tablet and phone mode, it looks bad. I’m not very CSS savvy, and know there must be some way to center it in all 3. Your advice would be greatly appreciated ??

    Jen

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Heateor Support

    (@heateor)

    Hi Jen ??

    Would you enable the buttons and let us know so that we can help you out?

    Thread Starter Tennis Life Magazine

    (@jenjen65)

    Hi ?? They’re already enabled. On the page, they are located right after the post content in a text box titled “Connect With Us! We Won’t Bite!” ??

    Plugin Author Heateor Support

    (@heateor)

    Sorry, those are follow buttons ??
    You can try following CSS:

    div.awac-wrapper ul.heateor_ss_follow_ul{
        margin: 1px auto !important;
        width: 196px !important;
    }
    Thread Starter Tennis Life Magazine

    (@jenjen65)

    Hey Heateor ??

    Thanks for getting back to me so quickly ?? I have it working for computer view, but it doesn’t work for either the tablet or iphone. Is there some code that would work for all 3? Jen

    Plugin Author Heateor Support

    (@heateor)

    You need to remove the custom CSS you have applied and use the one posted above:

    .awac ul.heateor_ss_follow_ul{
        padding-left: 270px !important;
        padding-top: 10px;
        margin-bottom: 20px !important;
    }
    Thread Starter Tennis Life Magazine

    (@jenjen65)

    OMG! It worked perfectly!!! I must not have removed my CSS when I tried it the first time ??
    Thank you SO much!!!

    Plugin Author Heateor Support

    (@heateor)

    No problem ??

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Center Like Buttons in sidebar widget’ is closed to new replies.