Forums

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

Home Forums CSS Div Width Issue

  • This topic is empty.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #41582
    siouxfan45
    Participant

    My post views are in a div id called #postviews. Unfortunately, the width is being set to the width of its container, #content, rather than the size of the text inside #postviews.

    Any easy fix for this? I feel like this is an easy solution and I’m completely missing the answer.

    An example: [http://themeforward.com/demo2/?p=1971](http://themeforward.com/demo2/?p=1971http://themeforward.com/demo2/?p=1971”)

    Here is my CSS for post views

    #postviews {
    font-size:20px;
    background:#000;
    clear:both;
    color:#FFF;
    padding:5px
    }

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