Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #101035
    MistyE
    Participant

    Hi, me again.

    I was wondering how to remove that extra strip of space between the menu and content in catchbox theme. I’ve researched and found this to be a problem with several users; however, I cannot seem to find a code that works. Every code you have given me has worked, so I am confident whatever code you give me will work as well.

    Thanks in advance!
    Misty

    #101077
    Mahesh
    Keymaster

    @mistye: You have an error in your Custom CSS. There is a missing } after following code:

    #content .entry-summary img.wp-post-image,
    #content .entry-content img {
        border: none;
        max-width: 100%;
        padding: 0;

    Please correct it first.

    And concerning the space between menu and content, add the following CSS:

    #main {
        padding-top: 0;
    }
    
    #content .entry-header {
        display: none;
    }

    Hope this helps.

    Regards,
    Mahesh

    #101104
    MistyE
    Participant

    Mahesh,

    Thank you so much. Also, is there any way to make sidebar content centered rather than aligning left?

    Thanks!
    Misty

    #101163
    Mahesh
    Keymaster

    @mistye: Add the following CSS:

    #secondary {
        text-align: center;
    }

    Regards,
    Mahesh

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Remove space between menu and content’ is closed to new replies.