• Hi there. I know this has been posted before and I’ve tried the scenario’s posted in those threads but they don’t work for me.

    I have installed wordpress v3.3 and use the default Twenty Eleven v1.3 theme. On my pages I get the large space between the main menu and the page content. I have tried altering the CSS as much as I can to my knowledge, I have followed other scenario’s from other threads, but aside from making the gap a little shorter, there has not been a dramatic change.

    The website in question is http://f12007rf.mak-corp.net

    And the page I am trying to get the space cut down on is the Downloads page.

    Any help would be greatly appreciated.

Viewing 8 replies - 1 through 8 (of 8 total)
  • Oh i found <br> tags

    <div class=”entry-content”>

    <p><br>
    <br>
    <br>
    </p>

    …..

    You need to delete the whole <p>

    Thread Starter shanakar

    (@shanakar)

    I don’t know what your looking at but there are no
    or <p> tags in the HTML code for the page.

    Thread Starter shanakar

    (@shanakar)

    The image you are showing is a HTML page source. The code in the files is nothing like that, they don’t have br or p tags.

    Pavan

    (@pavanluthra)

    you have to check the post or the page at backend, i think you have inserted these <p> and
    tags there in the post or page. go there and try to remove.

    Thread Starter shanakar

    (@shanakar)

    anyone else able to help?

    The paragraph <p> tag and the break <br> tags are certainly in the code somewhere. They don’t just generate out of nowhere.

    My guess would be that “tabs” plugin you are using. It’s probably the code culprit. Remove that shortcode (or whatever code you are using to insert it into the page), and then just type some test text into the page.

    I bet it would look right then.

    Thread Starter shanakar

    (@shanakar)

    Hey I got it to work. There were no tags like that in the html editor or anything. What I found out was that the creators who made the program failed to explain the right way to insert the code. They tell you to insert it

    [tab name="Official Downloads"]
    Content Coming Soon
    [/tab]
    [tab name="League Downloads"]
    Coming Soon[/tab]
    [tab name="Third Party Downloads"]
    Page Coming Soon
    [/tab][end_tabset]

    But by doing that, each line on the HTML editor will automatically place a
    without showing it in the html editor so the code needs to be one code without spaces or lines. Kinda stupid but at least I figured it out and it now works. Now its just…

    [tab name="Official Downloads"]Content Coming Soon[/tab][tab name="League Downloads"]Coming Soon[/tab][tab name="Third Party Downloads"]Page Coming Soon[/tab][end_tabset]

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