Forums

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

Home Forums CSS Widget placed in sidebar positioning problems

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #188686
    iizag
    Participant

    On this page http://iamdentistry.com/archive/general-health/does-drinking-red-wine-have-health-benefits/ – I placed a widget in my sidebar “text-57 widget” . What is the proper way to keep this widget positioned in the same line as my meta tags at the end of my article? ( all articles are of a different length so the link I posted with the following css, is just an example of how id like it to end up like )

    example css :

    #text-57 {
        border-radius: 5px;
        margin-left: 145px;
        position: absolute;
        top: 210%;
    }
    #188692
    stefan_rakieta
    Participant

    Just delete margin-left and add width: 100%, should work perfectly.

    #EDIT
    Sorry, i thought it’s about that it is going out of the sidebar.
    About your problem i don’t see any other solution than using JavaScript.

    #188762
    iizag
    Participant

    Could I just create a function to include it in my entry header ?

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