How to move text in categories header
4 posters
Page 1 of 1
How to move text in categories header
Hi all
Is there a way to move the text across so that it lines up with the text underneath?
This is a screenshot of what my category currently looks like:
@skouliki gave me a code to move 'Madeleine Beth McCann' over to the left so it lined up with the text underneath, but 'Last Posts' isn't correct.
Where it says 'Last Posts'...I'd like to move it across to the right slightly to where the pink arrow is pointing.
This is the code I've got in my CSS, so I'm thinking there must be something else I can add:
Forum url: https://jillhavern.forumotion.net/
Is there a way to move the text across so that it lines up with the text underneath?
This is a screenshot of what my category currently looks like:
@skouliki gave me a code to move 'Madeleine Beth McCann' over to the left so it lined up with the text underneath, but 'Last Posts' isn't correct.
Where it says 'Last Posts'...I'd like to move it across to the right slightly to where the pink arrow is pointing.
This is the code I've got in my CSS, so I'm thinking there must be something else I can add:
- Code:
li.header dd, li.header dt, .h3, h3, table.table1 thead th, dl.codebox dt{
text-transform:none;
}
.pathname-box span::after, p.nomargin.path span::after {
content: none;
}
a.forumtitle {
margin-left: 15px;
}
li.header dd, li.header dt {
line-height: 3em;
}
Forum url: https://jillhavern.forumotion.net/
Re: How to move text in categories header
For me, it looks like the screenshot in the first post.
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: How to move text in categories header
change this part to how you want
padding-left: 43px !important;
make the 43 lower
padding-left: 43px !important;
make the 43 lower
Re: How to move text in categories header
But it seems to be affecting the avatar rather than the text in the header above...
Re: How to move text in categories header
hi
in your template index box and topic list box you must have something like this
give to the L_LASTPOST element the same class as the L_POSTS
<th class="tc3">{L_LASTPOST}</th>
Ape's code worked for me when i tested....are you sure you copied the code correctly?
in your template index box and topic list box you must have something like this
- Code:
<th class="tc2">{L_TOPICS}</th>
<th class="tc3">{L_POSTS}</th>
<th class="tcr">{L_LASTPOST}</th>
give to the L_LASTPOST element the same class as the L_POSTS
<th class="tc3">{L_LASTPOST}</th>
Ape's code worked for me when i tested....are you sure you copied the code correctly?
Similar topics
» move categories to top
» Toolbar, not to move my header down, and position absolute
» Help: text on header
» Text inside header bar
» Header, Borders, Text Size and Buttons.
» Toolbar, not to move my header down, and position absolute
» Help: text on header
» Text inside header bar
» Header, Borders, Text Size and Buttons.
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum