Home › Forums › WordPress Themes – Premium › Circumference › too much white space
- This topic has 19 replies, 49 voices, and was last updated 7 years, 6 months ago by
Francois Zietsman.
-
AuthorPosts
-
July 15, 2015 at 11:01 am #16331
Nancy Verbrugghe
MemberHow can I decrease the height of the white space between header and content?
ex http://timoverbrugghe.duckdns.org/uomo/index.php/about/manifesto/I see that the white space is added by this line:
July 16, 2015 at 8:28 am #21502Shekhar Bhandari
ParticipantHi Nancy,
You can use the following custom css to fix the height.
#cir-content-wrapper { padding: 0.5em 0; }
Please note that while using custom css use child theme or use custom css plugin of jetpack, so the customization data doesn’t get lost on theme updating.
Thanks
July 16, 2015 at 8:10 pm #21508Nancy Verbrugghe
MemberThat worked, but only for the homepage…
July 17, 2015 at 7:46 am #21512Shekhar Bhandari
ParticipantHi nancy,
It should work for all the pages. Do you want to make the changes only on the homepage? Sorry but we get abit confused.
Thanks.
July 17, 2015 at 4:25 pm #21522Nancy Verbrugghe
MemberI want it on all pages 🙂
As you can see, there is still quite some white space between header and content here:
http://timoverbrugghe.duckdns.org/uomo/index.php/contact/Which is not the case on the homepage.
Nancy
July 20, 2015 at 10:11 am #21526Shekhar Bhandari
ParticipantHi Nancy,
It seems you have inserted some widget contents on Top1, Top2, Top3 and Top4 widgets, that’s why their is spacing there. Please have a look at the widgets.
Thanks
July 20, 2015 at 12:52 pm #21530Nancy Verbrugghe
MemberTsss 🙂 I had an empty text widget in TOP 4…
thanks again!!!September 22, 2015 at 3:25 pm #21854Deborah Smith
MemberI too am running into too much white space. On the sub pages I have turned off the Header Image, however the space where the image would be still remains. Is there a way to remove it? I want the space between the bottom of the logo and the breadcrumb area to be closer to the space between the top of the logo and the top gray color bar.
The same for the bottom of the page. Is there a way to remove the space between the bottom of my call to action color bar and the footer?
September 23, 2015 at 8:15 am #21855Binaya D
ParticipantHi Deborah Smith,
For the first issue please use the following css to fix your issue:
#cir-banner { display: none; }
And for the second issue please use the following css to fix your issue:
#cir-content-wrapper { padding: 0px; }
Thanks
September 23, 2015 at 2:11 pm #21856Deborah Smith
MemberThank you so much for responding, Binaya.
The only problem that i have with your first fix is that I have a slider in that area on the homepage. By altering the css it removes that area from all pages. So although it fixes my issue on the page i gave the link to, the homepage slider is now hidden. Is there a way to remove that area from all pages EXCEPT the homepage?
September 23, 2015 at 2:31 pm #21857Binaya D
ParticipantHi Deborah Smith,
Please use the following css to fix your issue.
#cir-site-header { padding: 1em 0; margin-bottom: -1em; }
Thanks
September 23, 2015 at 2:40 pm #21858Deborah Smith
MemberThat still affects all pages. And although it does change the spacing a little, it still doesn’t yield the desired result…
You first fix would be perfect if i could confine the change to the sub-pages only.September 24, 2015 at 1:10 pm #21861Binaya D
ParticipantHi Deborah Smith,
Could you please provide us wp-login details via email, so that we can provide solution asap.
Thanks
May 25, 2016 at 8:14 pm #22974Francois Zietsman
ParticipantI am using version 2.5.0 of Circumference and I also have too much white space between the header and content.
I tried this below, as well as set it to completely but it does not make any difference in the white space – it still remains
#cir-content-wrapper {
padding: 0.5em 0;
}I even added the behind but still not working. I would like to move the content a little closer to the header section.
http://www.tilemagic.co.za/test/calculators
Help would be appreciated.
Thanks
FrancoisMay 26, 2016 at 7:35 am #22977Binaya D
ParticipantHi There,
Please use the following css to fix your issue:
#cir-content-wrapper { padding: 0; }
NOTE: Please use the child theme style.css or custom css plugin to write the css.
Thanks
-
AuthorPosts
- You must be logged in to reply to this topic.