Site Title
-
How do you get the site title to show in one line and near the top of the header
How do you get the site title to show in one line..
Decrease header title size in Graphene Display Options –> Text Options or
.header_title {
width: 95% !important;
}….and near the top of the header
.header_title {
top: 30px;
}
header_desc {
top: 34px;
}actually i wanted the title in the left center of header with tagline just under it
plus how do you change the text font and size
.header_title {
top: 10px;
left: 0 !important;
}
.header_desc {
top: 15px;
left: 0 !important;
}Graphene Options –> Display –> Text Style Options –> Header Text
the .header_title didnt work it stayed at top left
…it stayed at top left
Increase top value
i still cant get it to work but also as this might help me come to something im happy with i have changed the font/ sizeof heading title but the tagline has shot out of the header how do i get it so its still under the site title
Oops! I forgot a . in the previous header description code
Try this
.header_desc {
top: 50px;
left: 0 !important;
}Play around the top and left values. Add
!importantif any of the properties doesn’t take effect
Viewing 10 posts - 1 through 10 (of 11 total)
- 1
- 2
- You must be logged in to reply to this topic.
