Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS buttons and text colliding — PLEASE HELP

  • This topic is empty.
Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #43940
    ffitness
    Member

    My buttons and text are colliding, I strongly think this is from the css file of my template.

    But I have no clue on how to fix it, it happens with all icons I connect the css with.

    wilxt1.png

    #130915
    Senff
    Participant

    We’ll need to see the actual page so we can check the code. Can’t do much with just a screenshot.

    #130916
    ffitness
    Member

    fuerzafitness.net I bought the template, so I have not did the css myself

    #130917
    pixelgrid
    Participant

    find these lines in your css

    div.catItemHeader span.catItemAuthor {
    display: block;
    padding: 0;
    margin: 0;
    }

    and delete padding:0;

    and here

    .component-content ul li, .component-content ol li {
    padding: 0;
    line-height: 1.7em;
    margin: 0;
    }

    #130919
    ffitness
    Member

    I can’t find that line, do you want me to upload template.css and framework-reset.css ?

    #130920
    pixelgrid
    Participant
    #130922
    ffitness
    Member

    I can’t locate it.

    framework-reset.css
    http://pastebin.com/Kikj4ubi

    template.css
    http://pastebin.com/5yF8xyd7

    Thanks in advance!

    #130923
    ffitness
    Member

    Oh sorry, didn’t see your last post before I posted. Thank you, I will look for them!

    #130925
    ffitness
    Member

    YES IT WORKED, god bless you sir.

    Thank you a bunch!!

Viewing 9 posts - 1 through 9 (of 9 total)
  • The forum ‘CSS’ is closed to new topics and replies.