Tagged: padding, white margin
- This topic has 7 replies, 3 voices, and was last updated 8 years, 8 months ago by Theme Horse Support Team.
-
AuthorPosts
-
January 17, 2016 at 2:04 am #41412BrianParticipant
Hello!
How do I reduce the padding between the slider and the “Featured Clients/Products” widget?
See here: http://danitabye.com/
thank you!
Brian
January 18, 2016 at 7:12 am #41432Theme Horse Support TeamKeymasterHi 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!
January 19, 2016 at 3:34 am #41472BrianParticipantI’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?
January 21, 2016 at 5:50 am #41592Theme Horse Support TeamKeymasterHi 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!
January 30, 2016 at 9:38 pm #42036BrianParticipantThank you!
How do I decrease the padding between the other Business Section (home page) widgets; such as Featured Page and Services?
February 1, 2016 at 11:48 am #42087Theme Horse Support TeamKeymasterHi 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!
February 26, 2016 at 9:20 pm #42974JasynParticipantHi,
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
March 3, 2016 at 11:07 am #43110Theme Horse Support TeamKeymaster@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!
-
AuthorPosts
- You must be logged in to reply to this topic.