1 reply [Last post]
frasierdog
frasierdog's picture
Offline
newbie
Last seen: 9 years 19 weeks ago
Timezone: GMT-7
Joined: 2013-01-21
Posts: 1
Points: 2

The site: Compliment Vices
The theme: Imbalance2 by WpShower

Hello folks,

On my article pages there is a facebook like and twitter button hard coded into the theme. I have set a zoom: 80% in #body in the CSS. This is causing both social buttons and the facebook flyout to get cut off pretty bad. I have tried adding some overflow: visibles both in browser with Firebug Lite and in Style.css, no luck yet. Here are some screenshots to give you an idea of what i'm talking about.

The Clipping
http://i45.tinypic.com/j7zxhl.png

View from Firebug Lite for Chrome
http://i47.tinypic.com/2je61ps.png

The code in loop-single.php
http://i50.tinypic.com/34e40.png

I did some googling and this seems to be a fairly common problem with no single solution. I did notice you could edit the height of the social buttons in browser with Firebug once they've been rendered, but how do you mark the changes admin side?

Hugo
Hugo's picture
Offline
Moderator
London
Last seen: 8 years 21 weeks ago
London
Joined: 2004-06-06
Posts: 15668
Points: 2806

but how do you mark the

but how do you mark the changes admin side?

Erm edit the stylesheet?

What's this zoom:80%? zoom is a proprietary MS IE property, you shouldn't be using it really.

Before you make your first post it is vital that you READ THE POSTING GUIDELINES!
----------------------------------------------------------------
Please post ALL your code - both CSS & HTML - in [code] tags
Please validate and ensure you have included a full Doctype before posting.
Why validate? Read Me