Viewing 9 replies - 1 through 9 (of 9 total)
  • Hey Ashwin,

    How’s your weekend going? Try adding the following CSS:

    #slider {
    	margin: 0;
    }
    
    .home #primary {
    	margin: 0;
    }

    Add that to your child theme or custom CSS stylesheet. If you don’t already have one then you can you can use this plugin here: https://wordpress.org/plugins/simple-custom-css/

    Hope that helps!

    Cheers,
    Tyler

    Thread Starter ashwin anupam

    (@ashwin-anupam)

    yes my weedkend is fyn. how your day?
    Thanks a lot Tyler Postle
    Its 100% working.
    i helped me a lot.

    That’s good to hear! My day was fine as well, went and saw the new Mission Impossible movie last night actually. I’d recommend checking it out if you like action movies 🙂

    Glad the fix worked! Cheers.

    Thread Starter ashwin anupam

    (@ashwin-anupam)

    yes, i love action movies. the movie is awesome.
    hai friend i had an other problem
    i want to remove the search bar from which is below the header appearing in all pages
    please tell me solution to remove it please

    thanks in advance

    Yeah, can’t go wrong with Tom Cruise in an action movie 😀

    i want to remove the search bar from which is below the header appearing in all pages
    please tell me solution to remove it please

    Do you want to remove just the search bar? Or that whole grey section? If it’s just the search bar then only use this CSS:

    form.searchform {
    display: none;
    }

    If you want to remove that whole grey section, then use this CSS:

    section.breadcrumb-section {
    display: none;
    }

    Hope that helps!

    Cheers,
    Tyler

    Thread Starter ashwin anupam

    (@ashwin-anupam)

    where do i place this code in style.css or function.php

    Thread Starter ashwin anupam

    (@ashwin-anupam)

    thanks i had placed the code in style sheet under header options
    it worked for me thanks you soo much and you are gineous.

    Thread Starter ashwin anupam

    (@ashwin-anupam)

    http://orangefashionfactory.com/wp-content/uploads/2015/08/wordpress-support.jpg

    above is the link of my wordpress admin panel screen shot.
    when iam ‘logging in’ it is showing this message in the screenshot above.

    http://orangefashionfactory.com/wp-content/uploads/2015/08/wordpree.jpg

    this is also showing on my browser when logging in to my wp admin panel

    can you please help me with this issue

    hello guys,

    is it possible to delete the space between the header and the slider just on the static front page? on the other pages i want that space, because the headline is very close to the header.

    thanks for your help

Viewing 9 replies - 1 through 9 (of 9 total)

The topic ‘Remove whitespace between header and slider’ is closed to new replies.