Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter invisiblewindows

    (@invisiblewindows)

    I 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.

    Thread Starter invisiblewindows

    (@invisiblewindows)

    Sadly 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.

    Thread Starter invisiblewindows

    (@invisiblewindows)

    The 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.

Viewing 3 replies - 1 through 3 (of 3 total)