invisiblewindows
Forum Replies Created
-
Forum: Plugins
In reply to: [Easing Slider] Half image in IEI fiddled with the code some more. I found a somewhat solution by going into easingslider.php and changing
<div class=”lof-container” style=”height:<?php echo $height; ?>px;padding-right:<?php echo $padright; ?>px;padding-top:<?php echo $paddingtop; ?>px;padding-left:<?php echo $padleft;?>px;padding-bottom:<?php echo $imgpadding;?>px;”>
into
<div class=”lof-container” style=”text-align: left; height:<?php echo $height; ?>px;padding-right:<?php echo $padright; ?>px;padding-top:<?php echo $paddingtop; ?>px;padding-left:<?php echo $padleft;?>px;padding-bottom:<?php echo $imgpadding;?>px;”>
(IE, I added text-align: left;)
It did mean that the shadow was no longer aligned with the image and the slider is no longer centred on the page. I disabled the shadow and it looks okay, but if there’s another solution where these changes wouldn’t happen, please let me know! Thanks.
Forum: Plugins
In reply to: [Twitter Widget Pro] No changes after editing custom.cssSadly I can’t, since I haven’t connected a domain name to the site yet.
The IP address is 198.187.29.2 and I could provide screenshots, if that’d help.
Forum: Plugins
In reply to: [Twitter Widget Pro] No changes after editing custom.cssThe template I’m using places it in Appearance -> Editor -> custom.css. I’ve been able to make other modifications to the site using the custom.css (I changed the appearance of the “Contact 7” widget that way), so I know that the file itself works.