title
-
What is a ccs code to do this: https://cloudup.com/crUgdbLyk1W
The blog I need help with is: (visible only to logged in users)
-
Hi @scshelter, from looking at your image, I’m not sure what you are wanting to do since the image you reference is what I see on your site right now. Did you get this resolved? If not, can you give me some more information on what you are wanting to do?
-
I want to stretch the text title to the second yellow line with same space as on the left of it
-
Ah, ok, now I understand. There is 26% of padding on the right of that title div and 30px on the left. We can set the right padding to the same as the left with this. See what you think with the following.
.type-page .entry-header { padding-right: 30px; } -
There isn’t currently enough space for Tournament to be on the top line. To do that would require making the font smaller. If you wish to try playing with the font size, add the following to your custom CSS and adjust the 57.6px value as desired.
.wf-active .page h1.entry-title { font-size: 57.6px; } -
-
- The topic ‘title’ is closed to new replies.