Forums

[resolved] spaces between the title and the content + weird smilies (5 posts)

  1. Shosheeta
    Member
    Posted 10 months ago #

    hello,
    if I browse the blog by category or month or author. there is space between the title and the content
    http://shosheta.com/blog/?author=1

    smilies looks like its on a box and it ruins the text example: http://shosheta.com/blog/?p=80#respond

    when I tired to put anything in the footer it wont appear.

  2. alchymyth
    The Sweeper
    Posted 10 months ago #

    the 'space' is a h2 tag:
    <h2><a href="http://shosheta.com/blog/?p=80" rel="bookmark" title="My OOAK doll is ready">My OOAK doll is ready</a></h2>

    with this style:

    div.section h2 {
        margin: 40px 0 40px 0;
        text-indent: -10000px;
        background-color: transparent;
        background-repeat: no-repeat;
        height: 20px;
    }

    the 'smiley' gets part of its format from:

    div.feed div.entry img {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    to overwrite this, edit:

    img.wp-smiley {
    float:none;
    width:16px;
    }

    and add:
    margin: 0!important; to it.

    'when I tired to put anything in the footer it wont appear.'
    can you be more specific? what have you tried to add and how?
    does the theme have a footer.php?

  3. Shosheeta
    Member
    Posted 10 months ago #

    I tried the smiley thingy and it works.
    about the space is still there.

    about the footer
    i tried to put the archives and categories in two columns in the footer but it didn't appear in the page?!
    I also tried one plugin the name was "bottom bar" or something like that it didn't appear also.

  4. alchymyth
    The Sweeper
    Posted 10 months ago #

    you inquired:

    there is space between the title and the content

    i pointed out where this space gets generated.

    about the space is still there.

    what did you change?

    if you want to remove the space or so (which you didn't mention), add display: none; to the div.section h2 style.

    at the moment, you site is more-or-less black - not much to see (firefox3.6)

    however, there is no trace of any proper footer code;

    does the theme have a footer.php at all?
    and what is the code?
    (please use the pastebin: http://codex.wordpress.org/Forum_Welcome#Posting_Code )

  5. Shosheeta
    Member
    Posted 10 months ago #

    Thanks for replying, I don't know what happened the whole thing disappeared !
    the original footer of the them is

    <div id="ft">
    <p>Blog | About | Lovestuff | Photos | Column | Links | Archive | Credits </p>
    </div>
    </div></div>
    </body>
    </html>

    but I deleted the menu I wanted it in the header so it is this one right now

    <div id="ft">
    </div>
    </html>

Reply

You must log in to post.

About this Topic