Pricing Grid in Internal Pages

Homepage Community Forums Epik Theme Support Pricing Grid in Internal Pages

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #8258
    danielghebert
    Customer

      Hey Wes! I tried to add the pricing grid to http://innetworknet.staging.wpengine.com/pricing/, but as you can see, there are bullets that appeared in the list.

      How do I build the pricing grid so bullets don’t appear?

      Thanks,

      #8272
      Wes
      Moderator

        Try adding this code to your css –

        
        .plans ul li {
        	list-style-type: none;
        }
        
        #8304
        danielghebert
        Customer

          That worked for getting rid of the bullet, but the alignment of the text is off a bit. How do I fix this?

          Thanks,

          #8332
          Wes
          Moderator

            Add margin-left: 0; to that same code posted earlier.

            #8342
            danielghebert
            Customer

              Problem solved! Thanks for all the help Wes 馃檪

              #8372
              Wes
              Moderator

                You’re Welcome!

              Viewing 6 posts - 1 through 6 (of 6 total)
              • The topic ‘Pricing Grid in Internal Pages’ is closed to new replies.