• Hello guys, I have a quick question . I want to remove big white space between header and content in my pages. I removed that space from home page but its still in all the pages and posts. Please can anyone recommend any css changes to remove that? I am using Blocx Theme.

    My site link is: http://www.demo.raynorrisdesign.com/about-2-2/

    thats the page link from where i want to remove the space infact all the pages.
    thanks in advance.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Sam

    (@soumendra)

    Hello,

    You can try this in your Custom CSS for achieving that:

    #header {
        top: 10px !important;
    }
    .header_spacing {
        height: 110px !important;
    }

    Thank you.

    Thread Starter ChelseaRushan

    (@chelsearushan)

    Thankyou so much man it worked like a treat. I want another help if you could. I want to increase the width of all of my pages to 97% but when increase it isn’t having any effect. can you tell me what should i add in css to do that? would be of great help thanks 🙂

    Sam

    (@soumendra)

    Hello,

    You can try this in your Custom CSS for achieving that:

    #content {
        margin-left: auto;
        margin-right: auto;
        width: 97%;
    }

    Thank you.

    Thread Starter ChelseaRushan

    (@chelsearushan)

    Thank you sam it also worked well 🙂 I have another question if you don’t mind. I am using static page builder by site origin and when i set that static page as my homepage, all the layout gets disturbed. can you tell me any way i could figure that out?
    thanks 🙂

    Sam

    (@soumendra)

    Hello,

    Can you please set a static page as your front page and let me know so that I can take a look into it?

    Or might be your theme does not built to set a static page as home page.

    Looking forward for your reply.

    Thank you.

    Thread Starter ChelseaRushan

    (@chelsearushan)

    I somehow figured it out but now have another problem. In the given link below, the page title is not displayed above the slider. I want to display the page title. how can I do that? and how can i set a specific font for that page title? thanks in advance, you have been of really great help 🙂

    The link to the page is: http://www.demo.raynorrisdesign.com/united-states-interiors/

    Sam

    (@soumendra)

    Hello,

    Please try deactivating all your plugins, clear your browser cache, delete the image and upload it again for better result.

    Hope that helps.

    Thank you.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Removing Space between Header and Content in Pages Blocx Theme’ is closed to new replies.