Home › Forums › All Other Themes › Interior Pro
- This topic has 14 replies, 2 voices, and was last updated 7 years, 5 months ago by Sonl Sinha.
-
AuthorPosts
-
May 30, 2017 at 8:17 am #73824
Hi Guys,
I’m looking to tighten up two sections as the padding and the space between the heading and content below is too big.
Can you send me on some CSS that will tighten the two spaces up? They are Local Activities and Follow Us.
Website is http://knightsbrookbandb.ie/
Thanks
Derek
May 30, 2017 at 9:10 am #73831Hi,
Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:
Add this code there:
#wrappfourth h2.section_title { margin-bottom:40px;} .slider-main { min-height:540px;}
Regards,
ChrisMay 30, 2017 at 9:19 am #73833Thanks Chris. Is there a way I can also tighten up the Follow Us footer section too?
May 30, 2017 at 9:25 am #73835Hi,
Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:
Add this code there:
h2.section_title { margin-bottom:30px;}
Regards,
ChrisMay 30, 2017 at 9:29 am #73836Thanks Chris, can I reduce the padding on that section too?
May 30, 2017 at 9:33 am #73837Hi Derek,
Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:
Add this code there:
.home section, #footer-wrapper .footwrap { padding:30px 0;}
Regards,
ChrisMay 30, 2017 at 9:39 am #73838Brilliant. Thanks Chris.
May 30, 2017 at 9:39 am #73839🙂
May 30, 2017 at 9:42 am #73841Actually Chris, that is after bringing up the padding at the top of the first section?
May 30, 2017 at 10:01 am #73843Hi,
Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:
Add this code there:
.slider-main {min-height: 550px;}
Regards,
ChrisMay 30, 2017 at 10:09 am #73844That’s not really working Chris. Nothing changes when I add .slider-main {min-height: 550px;}
Also on mobile view it now shows a large loading white background on the homepage?
May 30, 2017 at 10:33 am #73848It’s fine Chris,The padding CSS changes the padding on all sections so I’ve removed .slider-main {min-height: 550px;} so now the mobile view is fine and I’ve changed the padding to 40px and it sits fine.
Thanks
May 30, 2017 at 11:23 am #73861Hi,
Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:
Add this code there:
.one_third { margin-top:-55px;}
Regards,
ChrisMay 30, 2017 at 11:50 am #73865Thanks Chris. It is sitting well now. Thanks again
May 31, 2017 at 5:21 am #73926🙂
-
AuthorPosts
- You must be logged in to reply to this topic.