Test Spacing uneven

All WYSIWYG Web Builder support issues that are not covered in the forums below.
Forum rules
IMPORTANT NOTE!!

DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.



PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901

MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
Post Reply
santieb
 
 
Posts: 146
Joined: Tue Sep 10, 2019 7:15 pm

Test Spacing uneven

Post by santieb »

Hi Pablo

Please see below link with the demo. The text line spacing is uneven, how can i edit that?
http://www.kimfairbairn.co.za/

Kind Regards
Santie
User avatar
Pablo
 
Posts: 21577
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Test Spacing uneven

Post by Pablo »

The object has different font size.

- selext all text
- set the same fonts size
santieb
 
 
Posts: 146
Joined: Tue Sep 10, 2019 7:15 pm

Re: Test Spacing uneven

Post by santieb »

The client wants the "2" of m2 a smaller font size...so is there another way to sort the spacing out?

Santie
User avatar
Pablo
 
Posts: 21577
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Test Spacing uneven

Post by Pablo »

Why not use the standard superscript?
If you use a different font-size the same line then this will affect the line spacing for that line.
santieb
 
 
Posts: 146
Joined: Tue Sep 10, 2019 7:15 pm

Re: Test Spacing uneven

Post by santieb »

He wants the "2" even smaller then the programs superscript...
User avatar
Pablo
 
Posts: 21577
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Test Spacing uneven

Post by Pablo »

It's not the 'programs superscript', superscript is a standard HTML functionality so it works as it works.
santieb
 
 
Posts: 146
Joined: Tue Sep 10, 2019 7:15 pm

Re: Test Spacing uneven

Post by santieb »

okay, so i guess that would be the size then..one can't change it?
User avatar
Pablo
 
Posts: 21577
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Test Spacing uneven

Post by Pablo »

The size of the superscript is determined by the browser based on the current font-size.

If you really what to change it, then you can add this code (between the head tags of the Page HTML)

Code: Select all

<style>
sup 
{
  font-size: 8px;
}
</style>
Post Reply