Too much padding after removing breadcrumbs

Discussion in 'Dzonia WordPress Theme' started by endgamepr, Dec 15, 2015.

Thread Status:
Not open for further replies.
  1. endgamepr

    endgamepr New Member

    Joined:
    Apr 6, 2012
    Messages:
    20
    Likes Received:
    0
    Hi there,

    I searched here and found the CSS to remove breadcrumbs from my site. It worked great to remove them, but the space that was originally created for them is still there. This leaves a lot of blank space on pages in between the header and the content. What do you suggest?

    I've uploaded a screenshot to show you what I mean.

    Thanks in advance for your help!

    Image16.jpg
     
  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .content_wrapper {
        margin-top: -40px !important;
    }
    Note: Change numeric value as per your requirement.

    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. endgamepr

    endgamepr New Member

    Joined:
    Apr 6, 2012
    Messages:
    20
    Likes Received:
    0
    Hi Priyanka,

    Unfortunately that code didn't make any difference. I tried -40, -100, and tried 500, but none of them changed that empty space at all. I checked it with multiple browsers, so it's not a cache issue. Here's a link to the website, which is still under construction: http://eprwebdesign.com/endgamepr/
     
  4. endgamepr

    endgamepr New Member

    Joined:
    Apr 6, 2012
    Messages:
    20
    Likes Received:
    0
    Hi Priyanka,

    Okay, so I don't know what I was doing wrong before, but just for kicks I tried it again ... and it worked. Perhaps I mis-copied the code.

    Thank you for the help!
     
  5. priya

    priya Guest

    You're welcome..:)

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
Thread Status:
Not open for further replies.

Share This Page