• Resolved Kubikjiri

    (@kubikjiri)


    Hi,

    I have problem on kubikjiri.cz on root.

    I have a lot of space between default slider and text under “služby”. I tried a lot of change. I tried to change size in functions.php:

    add_image_size( ‘iexcel-slider-thumb’, 1200, 440, true ); //(cropped)
    add_image_size( ‘iexcel-single-thumb’, 1200, 480, true ); //(cropped)

    but it’s not help me. This root site is static page with default slider.

    Txh fot advice 🙂

Viewing 12 replies - 1 through 12 (of 12 total)
  • Theme Author marsian

    (@marsian)

    could you post a screenshot?

    Thread Starter Kubikjiri

    (@kubikjiri)

    I think you can try:

    .site-main {padding-top: 0; margin-top: -2%;}
    Thread Starter Kubikjiri

    (@kubikjiri)

    OK,

    and where can I this text put in?

    TXH

    You should use that CSS in either a custom CSS plugin or your theme’s built-in custom CSS option, if one exists. If you edit your theme’s stylesheet directly, you’ll lose that change if the theme is ever updated in the future, to fix bugs or security issues or to add new features.

    Thread Starter Kubikjiri

    (@kubikjiri)

    Thanks Loc_rabbird, it’s fixed.

    Is it possible to reduce defalut slider on height?

    I think it is look nice, but if you want, you can make the text box on slider with some adjust for top.

    .nx-slider-container {padding-top: 125px;}

    But if you still want reduce height of slider, try with this css:

    .ibanner .da-slider {height: type any number height you want;}
    Thread Starter Kubikjiri

    (@kubikjiri)

    It doesn’t work…in slider css have this codes, is it possible, that depend on order?

    /* For link */
    .ibanner .nx-slider-container a.da-link {
    display: none;
    }
    .tx-post-content .tx-meta .tx-author {
    display: none;
    }
    .site-main {padding-top: 10; margin-top: -4%;
    }

    You don’t need edit anything in css file of slider, just need copy my custom css and put in style.css file to try.

    Thread Starter Kubikjiri

    (@kubikjiri)

    Sorry Loc_rabbirt, but i’m not good for this things. I think, this codes putting into customize – layout option and here is css text…

    I don ‘t know, where this code put into style.css file. There is a lot of codes….

    Thx for your patience….

    You can add the css code in the path: Appearance -> Theme Editor -> Style.css, please put it in the end of the file.

    Thread Starter Kubikjiri

    (@kubikjiri)

    Super, done….it’s works in layout option…problem was in my slider picture…it was too big..thx…I have one quistion, but I put a new post…thx very much Loc_rabbirt!!!!!

Viewing 12 replies - 1 through 12 (of 12 total)

The topic ‘Space between slider and text’ is closed to new replies.