Home Forums WordPress Themes – Premium Circumference Extra White Space

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #16947
    Prisca
    Participant

    Hello

    This is a follow up of the previous post concerning my background – I followed your advice with the css but now I have that extra white space below the title – like I have 2 shadows instead of one … that was not there before – I played with the CSS but it just does not go away.

    please can you tell me what I did wrong to get that not wanted extra space there?

    Thank you for your help 🙂
    EXTRA-WHITE-SPACE.jpg

    Attachments:
    You must be logged in to view attached files.
    #22282
    Binaya D
    Participant

    Hi Prisca,

    That Extra White Space is caused by padding on #cir-content-wrapper which is below #cir-banner. Override #cir-content-wrapper’s padding from style.css of child theme. Or if you want to use/keep directly, then please use the following css:

    
    #cir-content-wrapper {
         padding: 0;
    }
    

    We hope this will be helpful to you, if not then please let us know.

    Thanks

    #22283
    Prisca
    Participant

    Hello Binaya

    Thank you for your fast reply but sadly it is not working .. I did not have that before we tweaked the shadow – I have now 2 shadows ..

    I am always wondering though if my browser refresh – please can you check on your computer if that second white shadow is still there?

    Thank you 🙂

    #22284
    Binaya D
    Participant

    Hi There,

    We thought that you want to remove the white space but if you want to remove the shadows, then please use the following css:

    
    .cir-site-header_shadow {
               display: none;
    }
    

    If this code also didn’t help you, then please send us WP-login details via mail, so that we could provide solution asap.

    Thanks

    #22287
    Prisca
    Participant

    Hello Binaya

    I have now 2 shadows for some reason and I can’t find the way to remove the one below the title.

    So no – I don’t want to remove the shadow below the black title – I want to remove the one below the white space below teh white title 0 see attached in previous reply) this white space with yet another shadow below should not be there …

    Please can you check on your computer if that white band is gone? My browsers take ages to refresh ..

    Thank you so much 🙂

    Also please check another post I posted for a little problem I have with a layout in woocommerce where the button don’t show the whole text inside the button like “Proceed to checkout” the “checkout” is outside the button – white on white – that’s on mobile or shrunk window like mobile

    Thanks again

    #22289
    Prisca
    Participant

    Here is exactly the same shadow on another site – see link below – and you will see that that white band is NOT there. I have no idea how it suddenly showed on mine – I have exactly the same CSS

    Hope you can find the glitch because I am running out of idea:

    http://pesupplysanford.com/about-us/

    The shadow is ONLY below the title – NOT a second white band there. My site was like that before yesterday .. can’t find why it suddenly added that white band.

    Please help.

    Thank you.

    #16948
    Bidur
    Moderator

    Please follow the instruction provided in attachment

    site_issue.jpg
    site_issue1.jpg

    Attachments:
    You must be logged in to view attached files.
Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.