Announcement

Collapse
No announcement yet.

Bottom Article Border

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Bottom Article Border

    Seems double? How to get it to 1px like all the rest?


    www.boxingworld.news

  • #2
    It is due to your custom CSS. Specifically:

    Code:
    .list-footer {
        border-top: 1px #D4AF37 solid;
        border-bottom: 0px;
    }
    Remove the border-top definition and you won't see two pixels on the last item in the list.
    Translations provided by Google.

    Wayne Luke
    The Rabid Badger - a vBulletin Cloud demonstration site.
    vBulletin 5 API

    Comment


    • #3
      Ok thanks..

      Comment


      • #4
        You know what.. it affects the line on the forum page.. how to achieve the same but without missing a line here..


        www.boxingworld.news/forum

        Comment


        • #5
          I don't know. Your style customization is beyond something that we normally provide support for.
          Translations provided by Google.

          Wayne Luke
          The Rabid Badger - a vBulletin Cloud demonstration site.
          vBulletin 5 API

          Comment


          • #6
            I almost got it.. just the last bit.. when I unclick in chrome inspect it fixes it.. but I can't seem to work out the code..


            Inherited from Class = forum-list-container stretch or table.forum-list-container.stretch or something

            Comment


            • #7
              border-collapse:none; needs to be applied to it I think.

              Comment

              widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
              Working...
              X