Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #52717
    Marcus
    Participant

    Hello, I noticed recently on one of my sites the space between the top of the page and the main logo shrunk. I was wondering how do I go about fixing this? I provided two links to show the difference on how it should look.

    Problem: http://www.visualmmg.com

    How it should look: http://www.autovmagazine.com

    #52746
    Sakin
    Keymaster

    @Marcus: Simply add the following css in “Appearance => Theme Options = Custom CSS” box:
    #sidebar-header-right { display: none; }

    #52754
    Marcus
    Participant

    Hello Sakin, I tried that but the top of my homepage is still shrunked. Its suppose to look exactly like this at the top http://www.autovmagazine.com, but instead my main site is does not look the same http://www.visualmmg.com

    Thanks

    #52839
    Sakin
    Keymaster

    @Marcus: It is not working as there is issue with the custom css in your site http://www.visualmmg.com/

    1. Find the following css:
    single footer.entry-meta { display: none; }
    Replace it with the following css:
    .single footer.entry-meta { display: none; }

    2. Find the following css:

    #header-content {
        padding-top: 0px;
        padding-bottom: 0px;
    .site {
        margin: 1000px;
    }

    Replace it with the following css:

    #header-content {
        padding-top: 0;
        padding-bottom: 0;
    }
    #52847
    Marcus
    Participant

    Hi Sakin, this didnt work either.

    #52848
    Marcus
    Participant

    I just copied the style.ccs from the AutoVMagazine site and pasted it into the VisualMMedia Site and that worked lol.

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Space between the top of the page and the logo’ is closed to new replies.