theme soft rejected need help

My theme was soft rejected. please help me.How can i solve these problems ? Please give me screenshot of the problems.

Here is the link-Link

Here is the review -
"1. TYPOGRAPHIC HIERARCHY: The typographic hierarchy of this item requires additional work. For more information, please read: http://webdesign.tutsplus.com/articles/understanding-typographic-hierarchy--webdesign-11636

  1. SPACING AND ALIGNMENT: There are spacing and alignment issues in this item. Please make sure that all elements are aligned properly and spacing is consistent from section to section. Here are some articles with more information regarding negative space and proper spacing: http://webdesign.tutsplus.com/articles/using-white-space-or-negative-space-in-your-designs--webdesign-3401,\ http://webdesign.tutsplus.com/articles/adding-space-to-your-designs--webdesign-14836

  2. LINE LENGTH: To maximize readability, it’s recommended that you adjust the line length (measure) to not exceed 95 characters. Note that an ideal measure is between 45 and 75 characters in length.
    Ref:https://www.smashingmagazine.com/2014/09/balancing-line-length-font-size-responsive-web-design/"

@CocoBasic @Muse-Master @herd-design @JeriTeam @charlie4282 Please sir help me

SPACING AND ALIGNMENT:
I already say you before spacing not same to size top and bottom than you can use css:

height: 100%;  display: flex;  align-items: center;

(height: 100%; or 1000px number as you want)
It’s working css vertical to size top and bottom.

Remember: you need use all pages spacing to size top and bottom. not fogort.

LINE HEIGHT:
You need text, if:
<p> </p>

Than you need use CSS line-height:
font-size: 15px; line-height: 1.8em;

Good Luck.

Regards.

1 Like