Forums

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

Home Forums CSS css help

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #268838
    Damienb
    Participant

    Hello,

    I am new to css. I try to build a blog using Pelican https://blog.getpelican.com/ and it is working fine.

    I included in my articles a share option and a ‘next & previous article’ option.

    However I don’t know how to position them on my web page.

    (please, see screenshot) :https://imgur.com/a/0OQCr

    I would like to have them under the text in my post:
    (screenshot) : https://imgur.com/a/nbRyS

    Here is my article.html code :
    https://pastebin.com/F1bCmqsp

    and my css: https://pastebin.com/YmWhQb0K

    Thank you for any help or advise.

    #268871
    JeroenR
    Participant

    It’s very hard to say anything about this that can help you out, because it’s not very clear what’s happening here just by seeing your code. But your code has some broken html in it. The unordered list in line 54 has just a start element.
    Maybe that is the reason why your page looks like it does?
    If it isn’t try to create an example on https://codepen.io, by copying part of the HTML and part of your CSS file.
    Then people can have a better look and probably help you out.

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