li and ul messed up on front page in Home middle 1

Homepage Community Forums Ally Theme Support li and ul messed up on front page in Home middle 1

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #15203
    troy
    Customer

      I’ve used Ally for quite some time now and have and this issue before. There has to be an easier way to fix it than what i did before, the reason im posting this is because i cannot remember what i did to fix it before.

      Im building my buddy a website or just a landing page, and on front page i have a bullet list that shows no disk on no indention.

      This is what it is suppose to look like
      http://stpetersburgaccidentdoctor.com/atest/

      The same code on the home page looks like this
      http://stpetersburgaccidentdoctor.com

      I don’t have time to battle this issue, im sure i could figure it out eventually, i just don’t have the time right now

      I appreciate any help anyone can give
      sorry, im not lazy, just don’t have the time


      Life’s Hard, its a lot Harder if you are stupid

      #15204
      troy
      Customer

        Your looking at Common Symptoms of Whiplash, sorry forgot to put that in


        Life’s Hard, its a lot Harder if you are stupid

        #15210
        Wes
        Moderator

          You can add this code in order for it to be applied to all “lists” on every page of your site (anywhere it’s being used) –

          ol li,
          ul li {
          	list-style-type: disc;
          	margin-left: 40px;
          }

          You can add this code if you want it to apply only to the homepage –

          .home ol li,
          .home ul li {
          	list-style-type: disc;
          	margin-left: 40px;
          }
        Viewing 3 posts - 1 through 3 (of 3 total)
        • You must be logged in to reply to this topic.