Header Text One Line
-
Hello,
I whant my header text on one line insteds of 2.
Now:
My Site
is about..
I want:
My Site is about..
can someone help me?
It seems you are not using Graphene theme in your site http://www.jps-autosport.nl/ . If it is not the site you’re referring to, then please provide the URL of the site you’re talking about.
Hello,
Thanks for reply.
This is my old site that I what to replace for a WordPress site I am building on Temporary domain.
http://nieuwwebsite.jps-autosport.nl
Regards,
Harper
http://nieuwwebsite.jps-autosport.nl is broken
oops, typing error http://nieuwewebsite.jps-autosport.nl/
Try adding this to your child theme’s style sheet or in Graphene Display Options –> Custom CSS
.header_title {
width: 190px !important;
}
.header_desc {
top: 122px;
}It gives,
Looks much better.
Now i think a bit more down would look even better 😉
I changed this
.header_desc {
top: 122px;
}to
.header_desc {
top: 170px;
}But now the site title wont move down is you can see
Change
header_desc
top to 146, and addtop: 135
toheader_title
. Then tweak the valuesIt is moved! Clear your browser cache by pressing Ctrl+F5. Then check again
I found out.
I took style.css from ftp and changed top: 110px on line 497
.header_title {
font: bold 28px "Trebuchet MS";
position: relative;
top: 160px;
}I dont know if this is how i shouls change it but it works 😉
Thanks for great help.
Jasper
Viewing 10 posts - 1 through 10 (of 14 total)
- 1
- 2
- You must be logged in to reply to this topic.