Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author YITHEMES

    (@yithemes)

    Could you please give me the URL of the site in which you are experiencing this issue?

    Thread Starter missodessa

    (@missodessa)

    I figured it out and ran into another problem.
    I am trying to figure out how to edit the css of the thumbnails
    so they have a 3px padding around them and then a grey border so they are not touching each other. but I cant figure out where to edit the css for “caroufredsel_wrapper” there is an iusse with that area causing a cut off off the images its listed as 172px but needs to be changed to 190px. I can edit it fine using firefx web deveolper but its an inline element I cant seem to find in the files.

    https://mob84.com/shop/clothing/skirts/ck-set/

    Thread Starter missodessa

    (@missodessa)

    I was actually able to override the inline/element css so I could change the height of the slider even though I couldn’t find it anywhere in the coding actually I think I found it…but it looks to be embeded in the jquery.carouFredSel.js on line 2734 Im not 100% sure it was the only file that references the class caroufredsel_wrapper but I fixed it by adding the following into my frontend.css in the plugin’s files.

    .caroufredsel_wrapper {
    height: 190px !important;
    }

    with out the !important added it
    would not work.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Thumbnails off’ is closed to new replies.