Forums

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

Home Forums CSS Conflict/Issue With The CSS of a List (li)

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

    I’m having a conflict/issue with the li attributes. I have two different places where I’m using a list (li). One is for the products of my website and one is for the pagination (page numbers). But for some reason it looks like the code of pagination list is also taking the attributes of the other list (products).

    You can check the following link to see what I mean:
    http://www.houstonwheelandtire.com/ford-mustang-2012-wheels?p=2

    Here is also the html and css code for the lists mentioned above:

    http://codepen.io/anon/pen/BsGIx

    #168752
    Edu Ruiz
    Participant

    Can you be more specific? I can’t even see your pagination on the page.

    But for now I can see a inline style in every product list with error, you want margin: 10px !important; but missed the “a” letter and you set margin: 10px; after.

    #168840
    Senff
    Participant

    Not sure — I do see the pagination, but I don’t see the problem you’re referring to. The pagination looks fine to me.

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