• Hello,

    these two divs with classes .foo1 and .caroufredsel_wrapper have styles applied directly to the element that are overriding my css. I have searched through all of the files and cannot find where they are coming from. Can you tell me which file and what line is creating the element level styles shown below?

    <div class="caroufredsel_wrapper" style="display: block; text-align: start; float: none; position: relative; top: auto; right: auto; bottom: auto; left: auto; z-index: auto; width: 918px; height: 312px; margin: 0px; overflow: hidden;"><div id="foo1" style="text-align: left; float: none; position: absolute; top: 0px; right: auto; bottom: auto; left: 0px; margin: 0px; width: 3060px; height: 312px;">

    https://wordpress.org/plugins/carousel-horizontal-posts-content-slider/

Viewing 2 replies - 1 through 2 (of 2 total)
  • I have the same problem. i want a different height for .caroufredsel_wrapper NOT 312px…

    i found solution: add ti your css style this code:

    .caroufredsel_wrapper {
        height: 320px !important;
    }

    where 320px is your height, without ‘!important’ it doesn’t works.
    bye
    Maurizio

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Element Level Styles on .foo1 and .caroufredsel_wrapper’ is closed to new replies.