Website updated.

Started by gm66, May 05, 2016, 04:38:45 PM

Previous topic - Next topic

gm66

Quote from: ergophobe on May 09, 2016, 09:27:51 PM
This might show it better - side by side
http://prntscr.com/b25t10

You're right that looks much better, will look into the options to change.


Thanks for advice chaps :)
Civilisation is a race between disaster and education ...

gm66

Quote from: ergophobe on May 09, 2016, 09:22:41 PM
>>justified

Easily done. Just right click, inspect and uncheck the text-align:justify in .et_pb_text_align_justified

http://prntscr.com/b25q3m

Which makes me think it would look much cleaner to me with a line height in the 1.3 range (currently you're at 23.8px for a 20px line, or about 1.19x line height. If you bump that to 1.3 I think you get a nicer look. That would be 26px, but it all depends on how you're stipulating your units).

http://prntscr.com/b25qt9

Thanks Erg, were you using a default pixel size of 16 ?
Civilisation is a race between disaster and education ...

ergophobe

I don't remember which machine I was on when I took those screenshots, but I believe it was the desktop which is all standard browser and OS defaults. No user stylesheet

Again, it's a proportions thing. I don't know what your underlying styling is, but these days most things are SASS and so they are stipulated as some unit and converted every which way.

My change in the screenshot is achieved simply by adding a rule like this

.et_pb_text_align_left {
    line-height: 1.3;
}

gm66

Thanks, that equates to about 1.7em which is what it's currently at.

I'll play with it later until it looks like your example, does look smarter.
Civilisation is a race between disaster and education ...