Support » Plugins » [Plugin: Frontpage-Slideshow] Space between image and button

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thoses things are caused by the css rules of your website that modify the ones defined by the plugin. Could you give me you plugin unique ID ?

    Thread Starter doctorb

    (@doctorb)

    Hi jeff,

    Even I know it’s likely to be some css issue but I am unable to locate where exactly the problem could be. My plugin unique id is 1075.

    Thanks,
    Manish

    I will have a look during week end

    Thread Starter doctorb

    (@doctorb)

    I found out. It is the li tag in css that is getting redefined.

    #fs-main li {
    display: block;
    padding: 5px;
    margin: 0px;

    width: 100%!important;
    height: 50px;

    background-image: none;

    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;

    cursor: pointer;
    }

    Instead of taking the margin from here, it takes the margin from the
    #content li

    If I remove the left hand margin from the content li, the slideshow becomes alright but then it affects the rest of the site lists. How do I repvent this overlap?

    I just cant help more since your website got a restricted access… and there are nothing universal to do.

    Since I ever said here and elsewhere : this kind of issue is not caused by the plugin, only by CSS. If I dont have full access to the website : I just cant help, even if I would like.

    Thread Starter doctorb

    (@doctorb)

    In an effort to undo any changes that I had tried to make to the css, I uploaded the slideshoow files manually and to my surprise everything works fine now!

    Thank you Jeff!

    well I just did nothing… happy for you _o/

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘[Plugin: Frontpage-Slideshow] Space between image and button’ is closed to new replies.