Viewing 6 replies - 1 through 6 (of 6 total)
  • Hey, Venky!

    If you’ve already created a child theme, add this to the .css file (I added 20px space, but you can put as much or little as you like):

    #content, #content div {
    box-sizing: border-box;
    padding-bottom: 20px !important;
    }

    If you haven’t created a child theme, at least install a .css plugin like “Simple Custom CSS” and add it to that. If you just change your style.css, it’ll get overwritten whenever you update your theme.

    You would need to edit your css:

    For the gap:

    #slide-wrap {
        margin-bottom: ??px;
    }

    For the font:

    .slide-title a, .slide-title a:visited {
        font-size: ??px;
    }

    Change the ‘??’ to the size of your choice.

    Thread Starter Venky.766

    (@venky766)

    wow Hostawsome you sir really helped me alot but how to decrease the space between slider and top navigation bar ???

    and i am really happy if you can help me how to create a thumbnail for sliders they are messed up please ??

    Between the space of nav and slider :

    #slide-wrap {
        margin-top: 0px;
    }

    Not sure what you mean by the sliders, though that looks like an issue that might be better addressed for the theme author.

    Thread Starter Venky.766

    (@venky766)

    its not working hostawsome any suggestions please

    mm, doesn’t seem to be applicable anymore since you had changed your theme layout. If so, please kindly change the status to resolved ??

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Help me witth padding(gap)’ is closed to new replies.