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*

Padding

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #41412
    Brian
    Participant

    Hello!

    How do I reduce the padding between the slider and the “Featured Clients/Products” widget?

    See here: http://danitabye.com/

    thank you!

    Brian

    #41432

    Hi Brian,

    Please use the slider via customizer rather then widget and the gap will be fixed automatically.
    View this instruction to set the slider.

    Thank you!

    #41472
    Brian
    Participant

    I’m using the revolution slider. When I remove it as a widget and set it in customizer it doesn’t appear at all. Can I reduce the padding on the Featured Clients/Products widget? Also, can I reduce the size of the images for the Feature Clients/Products widget?

    #41592

    Hi Brian,

    To set the slider Go to Appearance > Customize > Ambition Theme Options > Featured Content Setting and choose Revolution Slider option then go back and refresh the page you will see the revolution slider option where you can set the revolution slider that you have set.

    And to reduce the padding and image size in the Featured Clients/Products widget go to Appearance > Customize > Ambition Theme Options > Custom CSS and paste the below CSS code then click on Save button.

    .widget_ourclients {
        padding: 20px 0;
    }
    .widget_ourclients ul li {
        max-width: 150px;
    }

    Thank you!

    #42036
    Brian
    Participant

    Thank you!

    How do I decrease the padding between the other Business Section (home page) widgets; such as Featured Page and Services?

    #42087

    Hi Brian,

    To decrease the padding between the other Business Section widget go to Appearance > Customize > Ambition Theme Options > Custom CSS and paste the below CSS code then click on Save button.

    .widget_featured_page .container,
    .widget_featured_page .midd,
    .promotional_bar_content,
    .widget_testimonial {
        padding: 30px 0 10px;
    }
    .widget_recent_work,
    .widget_service {
        padding: 30px 0 0;
    }

    Thank you!

    #42974
    Jasyn
    Participant

    Hi,

    I think I have a similar problem. I have revolution slider on my home page which is working ok.

    How do you reduce the padding under the menu bar on other pages without affecting the homepage?

    http://www.inlineortho.com.au/Invisalign

    Thanks,

    Jasyn

    #43110

    @jasyn To reduce the space under the menu bar on the other page except the home page go to Appearance -> Customize -> Ambition Theme Options -> Custom CSS and paste the below CSS code then click on Save button.

    .home #content {
        padding: 60px 0 10px;
    }
    #content {
        padding: 0;
    }

    Thank you!

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