The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

How to move text in categories header

4 posters

Go down

How to move text in categories header Empty How to move text in categories header

Post by jkh August 17th 2018, 10:21 pm

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:

How to move text in categories header 134

@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/
jkh
jkh
Forumember

Posts : 620
Reputation : 17
Language : english

http://jillhavern.forumotion.net/

Back to top Go down

How to move text in categories header Empty Re: How to move text in categories header

Post by Ape August 17th 2018, 10:38 pm

last post problem:
Code:
dd.lastpost span{
    display: block;
    padding-left: 43px !important;
}

looking at the text on problem 1 it looks ok to me
How to move text in categories header Captur48


How to move text in categories header Left1212How to move text in categories header Center11How to move text in categories header Right112
How to move text in categories header Ape_b110
How to move text in categories header Ape1010
Ape
Ape
Administrator
Administrator

Male Posts : 19128
Reputation : 1993
Language : fluent in dork / mumbojumbo & English haha

http://chatworld.forumotion.co.uk/

Back to top Go down

How to move text in categories header Empty Re: How to move text in categories header

Post by SLGray August 17th 2018, 10:40 pm

For me, it looks like the screenshot in the first post.


How to move text in categories header Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51495
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

How to move text in categories header Empty Re: How to move text in categories header

Post by jkh August 17th 2018, 10:42 pm

How to move text in categories header 232

This is what happened...
jkh
jkh
Forumember

Posts : 620
Reputation : 17
Language : english

http://jillhavern.forumotion.net/

Back to top Go down

How to move text in categories header Empty Re: How to move text in categories header

Post by Ape August 17th 2018, 10:50 pm

change this part to how you want
padding-left: 43px !important;

make the 43 lower


How to move text in categories header Left1212How to move text in categories header Center11How to move text in categories header Right112
How to move text in categories header Ape_b110
How to move text in categories header Ape1010
Ape
Ape
Administrator
Administrator

Male Posts : 19128
Reputation : 1993
Language : fluent in dork / mumbojumbo & English haha

http://chatworld.forumotion.co.uk/

Back to top Go down

How to move text in categories header Empty Re: How to move text in categories header

Post by jkh August 17th 2018, 11:01 pm

But it seems to be affecting the avatar rather than the text in the header above...
jkh
jkh
Forumember

Posts : 620
Reputation : 17
Language : english

http://jillhavern.forumotion.net/

Back to top Go down

How to move text in categories header Empty Re: How to move text in categories header

Post by skouliki August 18th 2018, 9:32 am

hi
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?
skouliki
skouliki
Manager
Manager

Female Posts : 15143
Reputation : 1696
Language : English,Greek
Location : Greece

http://iconskouliki.forumgreek.com

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum