Home › Forums › Weaver Xtreme Theme › Page / Post title spacing
- This topic has 19 replies, 2 voices, and was last updated 2 years, 1 month ago by
scrambler.
-
AuthorPosts
-
August 13, 2021 at 16:28 UTC - Views: 15 #69404
plumcreek
ParticipantAdd that last line (div style etc.) removes the page title from the post pages rather than wrapping it. Help?
August 13, 2021 at 18:30 UTC - Views: 11 #69407scrambler
ModeratorNo idea what you are saying, please use detailed words and page links
I cannot read your mind 🙂
August 13, 2021 at 19:04 UTC - Views: 8 #69409plumcreek
ParticipantYou said just above:
Now regarding you remark on making the title wrap, are you saying you wish to limit the width of the post title so it forces them to get on two lines?
If so, you will need to change the HTML that you placed in the Header HTML area to make it look like below
Place your current HTML hereAdjusting the max-width to what you need
<hr />
The div line rather than wrapping the page title with that line wipes the page title out on posts.
Let me see if I can start the explanation over again. On post pages I need the page title (I’m guessing I’m calling it the wrong thing since the stuff we did on the other pages works fine now but doesn’t touch the posts) to wrap for me. That’s what that div line was supposed to do but instead it wipes out the title.
So the shorter question is how do I wrap the post titles without having to do it on each page like we did on the pages because you can’t because the field used to do it on the pages doesn’t exist on the posts.
Here’s the code I’m using on each individual page:
And here’s a page I need the title to wrap: http://bethtest.com/uncategorized/milk-for-camping/
August 13, 2021 at 19:24 UTC - Views: 6 #69411scrambler
ModeratorOn the milk for camping page, there is only the “Milk for camping” text in the HTML area.
In that case you would replace the text by
<div style="max-width:500px;display:inline-block;">Milk for Camping</div>
Once you do that, if it does not work, post back with the HTML in place
-
AuthorPosts
- You must be logged in to reply to this topic.