• Resolved anilvanderzee

    (@anilvanderzee)


    Hi Ben,

    A question. I hope it’s ok to ask this to you. I have my sharing buttons at the end of my blog by Jetpack. I managed to add a widget with Facebook, Twitter and WordPress in 1 but I would want to have that widget on the right side of my sharing buttons it’s now underneath. I’m totally clueless how to do this. Checked online but I have no idea. Obviously this would only be for the desktop version only.

    Hope you help me???

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Ben Sibley

    (@bensibley)

    Hey Anil,

    Yea I can help with that. Please use this CSS to move the share buttons next to the “Follow Me” widget:

    @media all and (min-width: 700px) {
    
      .sharedaddy {
        float: left;
        width: 50%;
      }
      .sidebar-after-post-content {
        float: right;
        width: 50%;
        margin: 0;
        clear: none;
      }
    }

    The one caveat here is that any additional widgets you add to the After Post Content widget area will display in the right side under “Follow Me” which might look kind of strange. I had to write the CSS this way given the current HTML structure.

    Thread Starter anilvanderzee

    (@anilvanderzee)

    Thank you Ben, that works perfectly. (re)solved!!!!!

    Theme Author Ben Sibley

    (@bensibley)

    No prob, always happy to help ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘widgets inline’ is closed to new replies.