Home Forums WordPress Themes – Premium Circumference too much white space

Viewing 15 posts - 1 through 15 (of 20 total)
  • Author
    Posts
  • #16331

    How 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:

    #21502
    Shekhar Bhandari
    Participant

    Hi 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

    #21508

    That worked, but only for the homepage…

    #21512
    Shekhar Bhandari
    Participant

    Hi 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.

    #21522

    I 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

    #21526
    Shekhar Bhandari
    Participant

    Hi 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

    #21530

    Tsss 🙂 I had an empty text widget in TOP 4…
    thanks again!!!

    #21854

    I 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?

    http://ac1.98f.myftpupload.com/about-the-practice/

    #21855
    Binaya D
    Participant

    Hi 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

    #21856

    Thank 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?

    #21857
    Binaya D
    Participant

    Hi Deborah Smith,

    Please use the following css to fix your issue.

    
    #cir-site-header {
        padding: 1em 0;
        margin-bottom: -1em;
    }
    

    Thanks

    #21858

    That 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.

    #21861
    Binaya D
    Participant

    Hi Deborah Smith,

    Could you please provide us wp-login details via email, so that we can provide solution asap.

    Thanks

    #22974
    Francois Zietsman
    Participant

    I 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
    Francois

    #22977
    Binaya D
    Participant

    Hi 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

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