• Resolved Aikan333

    (@aikan333)


    Hello,
    I recently made an update of my slideshow extension and since this day, it seems like my slider is longer than before. So now the top of one of my categories is covered by my slider. Can anyone tell me how I can reduce the size of the slider so it won’t hide the title on the right please ?

    image

    Thank you
    Romain

    http://wordpress.org/extend/plugins/easing-slider/

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author MatthewRuddy

    (@matthewruddy)

    Hi Romain, looks like theme styling problems rather than the plugin itself. Can you link me to the page? I can do some quick debugging for you. Unfortunately without being able to see the site there is nothing I can do.

    Thread Starter Aikan333

    (@aikan333)

    Sure ! That’s great ! How can I link you to the page ?

    Plugin Author MatthewRuddy

    (@matthewruddy)

    Copy and paste the URL of your site, more specifically the page with Easing Slider on it.

    Thread Starter Aikan333

    (@aikan333)

    There it is :

    http://placedelacomedie.com/

    The problem is on the right of my website. And it wasn’t like that until I upgraded Easing Slider.

    Plugin Author MatthewRuddy

    (@matthewruddy)

    There are some CSS issues with the floated elements in your theme. You’ve not cleared them correctly. Are you familiar with using CSS floats and the “clearfix”? These are essential for page layouts using floated elements.

    I’d recommend reading up on using them correctly and the best methods (see here).

    To fix it quickly, put your slideshow before the <div id="main">, then add the CSS below to your theme’s style.css file:

    #branding {
        overflow: hidden;
    }

    Also, remove the negative margins you’ve added to the slideshow.

    Thread Starter Aikan333

    (@aikan333)

    Thank you very much Matthew. I’ll read the methods and try to do what you told me then I’ll tell you if it worked.

    Plugin Author MatthewRuddy

    (@matthewruddy)

    Great, definitely do!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Problem with the size of my slider’ is closed to new replies.