• Resolved Darya

    (@wp-magazine)


    It would be great if prompt how to change the image size (.featured-slider .slide_media ), instead of “height:198px;”
    it is necessary to “height:198px;”.

    It was:


    .featured-slider .slide_media {float:left;margin-top:28px;border:1px solid #000;height:198px;overflow:hidden;}
    .featured-slider .slide_media img{display:block;height:198px;}
    .featured-slider .slide_text{float:left;width:460px;color:#fff;margin:28px 0 0 26px;}”

    Was:


    .featured-slider .slide_media {float:left;margin-top:28px;border:1px solid #000;height:260px;overflow:hidden;}
    .featured-slider .slide_media img{display:block;height:260px;}
    .featured-slider .slide_text{float:left;width:260px;color:#fff;margin:28px 0 0 26px;}

    Does not work – breaks “styles” 🙁

    See winplay.ru

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author Gabfire

    (@gabfire)

    Hi Darya,

    Try to increase height of .featured-slider class as well.

    Thread Starter Darya

    (@wp-magazine)

    If you replace:

    .featured-slider {position:relative;width:920px;margin:0 auto;padding-left:30px;padding-right:30px;position:relative;height:309px;overflow:hidden;background:url(brown/bgr_featured.png) no-repeat;} “

    on

    .featured-slider {position:relative;width:920px;margin:0 auto;padding-left:30px;padding-right:30px;position:relative;height:369px;overflow:hidden;background:url(brown/bgr_featured.png) no-repeat;}”

    Style stopped (brown) 🙁

    winplay.ru

    Thread Starter Darya

    (@wp-magazine)

    /wp-content/themes/winplay/styles/brown.css

    Not in the panel “CUSTOM CSS”…
    .featured-slider {position:relative;width:920px;margin:0 auto;padding-left:30px;padding-right:30px;position:relative;height:369px;overflow:hidden;background:url(brown/bgr_featured.png) no-repeat;}

    How else to lower down “brown”?
    Under the button?

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Please remember to wrap your code in backticks, otherwise the forum will try to parse it.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Featured Slider (CUSTOM CSS)’ is closed to new replies.