Hi, answer working, but the title is smaller.
I have in my css code 2 of this : hgroup h1.site-title
1.
hgroup h1.site-title {
font-size: 8em;
text-transform: uppercase;
font-weight: bold;
line-height: 1.2;
text-shadow: 7px 7px 0 rgba(0,0,0,0.5);
padding-top: 40px;}
2.
hgroup h1.site-title {
font-size: 3em;
text-shadow: 3px 3px 0 rgba(0,0,0,0.5);}
When i look my website on computer it’s ok, but on iPad the title is longer than the website. I have a right margin of my site.
the title text above the image.
If i change N°1 in this
1.
hgroup h1.site-title {
font-size: 6em;
text-transform: uppercase;
font-weight: bold;
line-height: 1.2;
text-shadow: 7px 7px 0 rgba(0,0,0,0.5);
padding-top: 40px;}
It’s resize the site but my title is smaller.
How to get font-size: 8em; but have a good web site size ??? With no margin
thanks