Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Srini G

    (@srinig)

    I tried to find out if any theme specific CSS is causing this, but couldn’t really find anything. Is this because you use 32px images in the home page. What happens when you use the same widget (24px images) you use for other pages?

    Thread Starter [email protected]

    (@cameracassidygmailcom)

    It is still vertical even with the smaller buttons.

    Plugin Author Srini G

    (@srinig)

    There is a <span> element inserted into the button links by your theme or a plugin you are using, apparently for an image overlay effect. This span element is declared as a block level element, that’s the reason why the buttons are displayed vertically.

    Copy and paste the code below in custom.css file located in your theme’s /css/ folder. Alternatively you can add it to the designated CSS option field in your themes backend at: Theme Options->Styling.

    .scfw.widget .image_overlay_effect {
      display: none !important;
    }
    Thread Starter [email protected]

    (@cameracassidygmailcom)

    Thanks! That worked!

    SriniG, I see you resolved this and am having the problem on a different theme. I’ve tried everything I can think of to solve it. Could you please help? Please see my question in “Multiple Twitter Accounts & Blogs? Customized names?”

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Vertical Buttons, New Fix?’ is closed to new replies.