Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #181263
    chantal-admin
    Participant

    Hello Skandha,

    I have another problem: All my pages have blank space on top and bottom. Pages, MetaSlider (Home page) and widget used for the page.

    Is it possible to have a code who solves that problem ?

    Here my url :https://cedamtl.org/

    Thank you.

    #181287
    sapana
    Participant

    @chantal-admin: Can you please send me screenshot indicating exactly which space you are talking about, so that I can provide you exact CSS code.

    Kind Regards,
    Sapana

    #181494
    chantal-admin
    Participant

    Hello Sapana,

    I mean the box (container) of the middle of each page has a blank space at the bottom and top. The problem is the box… I need that each content (text, slider, widget etc) is wrapped at the top and the bottom without blank space, if it is possible.
    Here it my screen shot : Blank space top and bottom

    Tell me if you see it well and thank you in advance.

    #181495
    chantal-admin
    Participant

    So sorry Sapana, my link was wrong…

    Here it this : “>Blank space top and bottom (the good one)

    So thank you!!

    #181496
    chantal-admin
    Participant

    I have a bad morning..

    Here it is : The good one : blank space etc

    Thank you

    #181625
    sapana
    Participant

    @chantal-admin:Hello chantal, Do you want to remove that space from all pages? If not then please let me know in which page you want to remove that space, For now you can follow this steps which help to remove padding top fro all pages
    Go to=> Appearance=> Customize=> Additional CSS=> add the following css code

    #main{
    padding-top:0px;
    }

    Let me know if this works out!

    Kind Regards,
    Sapana

    #181716
    chantal-admin
    Participant

    Hello Sapana,

    The code you gave me take-off the space outside the box (top). It’s not what i want.

    What I need is diminuate the blanK space top and bottom inside the box, but just ont the middle container, where I have text, Meta Slider etc. I don’t want to touch the Side bars, they are perfect, Just the box of the middle.

    If you look all my pages, you will see that middle container where there are blank space on top and middle inside the container.

    thank you.

    Cordially

    #181815
    sapana
    Participant

    @chantal-admin: Hello chantal, sorry I thought you were talking about space above box, you can just ignore previous css code, Please use the following css code
    Go to=> Appearance=> Customize=> Additional CSS=> add the following css code

    .entry-header {
    display: none;
    }

    This code will remove the blank space at top from all pages, but bottom space cannot be removed since there is no any margin left to be decrease. I have send screenshot it will make you more clear.

    Let me know if this helps you out!

    Kind Regards,
    Sapana

    #181866
    chantal-admin
    Participant

    hello Sapana,

    It’s a big success ! The blank spaces are removed on the top and my pages look very good.

    A big thank you for your support !

    #181879
    sapana
    Participant

    @chantal-admin:Hello,chantal ,I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review? https://wordpress.org/support/theme/catch-flames/reviews/#new-post Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated. Thanks, and if there’s anything else at all that I can do to help,don’t hesitate to let me know.

    Kind Regards,
    Sapana

    #181956
    chantal-admin
    Participant

    Hello Sapana,

    Here the message I wrote in WordPress about your support :

    2- Another good support I received yesterday. I had a problem with the container which had a blank space on the top and I received the code to resolve the problem.

    Thank you !

    #182004
    sapana
    Participant

    @chantal-admin: Thank you chantal for your kind review . I really appreciate the time you took to help me improve.

    Best wishes,
    Sapana

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Blank space top and bottom of pages and widget’ is closed to new replies.