The "o" in "mo" (Pricing Plans) appears in next para

Homepage Community Forums Aspire Theme Support The "o" in "mo" (Pricing Plans) appears in next para

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #20645
    shalintj
    Customer

      Hi Wes, just noticed a strange issue on the theme. If the last pricing plan has 3 digits, the “o” from “mo” appears in the next line if the screen size is a bit smaller (between a 13 inch display screen and tablet size display). Any quicker way to fix it?

      Screenshot: https://www.dropbox.com/s/co9hmh2khkoqurk/Screen%20Shot%202017-02-24%20at%207.04.26%20AM.png?dl=0

      Site Details: Adding it as a private message in the next reply

      #20646
      shalintj
      Customer
        This reply has been marked as private.
        #20649
        kronos
        Customer

          If you’re using 3 digits, then just decrease the font size in your css and it will fit.

          Start decreasing it by about 5px (or more if you need to) (LINE 2098).

          .plan .price {
          	font-size: 85px;
          	font-weight: 400;
          	margin: 0 0 20px;
          }

          The .plan .price would also need to be adjusted in the mobile section of the css since its set to shrink on mobile devices when mobile is activated. So you’ll need to decrease it here too (LINE 2651) –

          	.plan .price {
          	  font-size: 55px;
          	}
          #20651
          shalintj
          Customer

            That worked perfect.. Super thanks!

          Viewing 4 posts - 1 through 4 (of 4 total)
          • The topic ‘The "o" in "mo" (Pricing Plans) appears in next para’ is closed to new replies.