badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Top and right Paddding in main Slide Window

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #71466
    jbedel
    Participant

    Hello,

    If you look at my site the main window slide is way to high on the page with no margin, can you please showme how to control the top padding for that window?
    thank you!

    #71740

    Hi Jbedel,

    Can you please share us your site Url? So that we can see what you are talking about.

    Thank you!

    #71783
    jbedel
    Participant

    https://jeronimobedel.com/?p=506
    I would like the space between the top of the slide show window and the navigacion menu to be less.
    thank you

    #71823

    Hi Jbedel,

    To reduce the space between the top of the slide show window and the navigation menu just use below custom CSS code:

    .top-navigation a {
        padding-top: 10px;
        height: 34px;
    }
    #main, .entry-main {
        padding: 0;
    }
    .entry-header {
        padding-bottom: 0;
    }

    Thank you!

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.