• Resolved Cjcornell2

    (@cjcornell2)


    How do I adjust the height settings for the slider?
    for that matter, is there place where (concisely) I can see some of the critical CSS classes/ids needed to customize Customizr? Sure, I can firebug, or try to scan through the code, but a brief little css dictionary would be really helpful.
    Thanks!

Viewing 6 replies - 31 through 36 (of 36 total)
  • Hi,

    your custom CSS is great stuff, it helps. However, I would like to have the entire slider area smaller (less wide). Using your code just makes the images smaller, but the slider in itself has the same size. I would like to have a smaller slider, so that my right sidebar gets to the top of the page. Has anyone got an idea how to obtain that?

    This is the page: https://www.newondvd.nl

    Thanks for the great support!

    Henkules

    Thanks Mike (medil) for the CSS info, I experimented the grey.css setting
    but got no effect at all. I tried to change all the 1170px or 500px but
    nothing appears to be affected.

    Tried also add lines into the child css like

    .carousel .item {
    line-height: 380px;
    overflow: hidden;
    min-height: 880px;
    }
    .carousel-image {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: auto;
    }
    .carousel-image img {
    width: 100%;
    height: auto;
    /* max-height: 100%; */
    }

    Doesn’t help to solve my problem.

    Thread Starter Cjcornell2

    (@cjcornell2)

    A couple of comments:

    hacking the CSS (at least for something as ‘integrated’ as this slider) is not always a matter of changing a few classes & attributed).

    As an earlier post pointed out, the slider part of this theme is based on a broader (non-wordpress) web template. This means that tweaking the classes and attributes may have unintended (or no) affects.

    That being said, for those wanting to really tweak this theme… I recommend one of these two approaches (or both):
    1.really dive into using “firebug” (or some other similar tool) so you can see ALL of the CSS classes being used for the slider.
    2.and/or modifying your images, as one recent poster stated, using any number of simple image editing tools.

    Personally, I’m doing a little bit of both.

    Hi!

    I have text that appears on certain pages on my wordpress site

    Slider height and/or width are not valid or smaller than 50px

    I wish to get rid of it!!! Please HELP!

    Many thanks. Regards.

    Start a new thread please.

Viewing 6 replies - 31 through 36 (of 36 total)
  • The topic ‘Slider height?’ is closed to new replies.