Brad P Well-known member Jul 2, 2016 #1 You will see just below the "New Posts" title the page number and tabs have overlapped how could i fix this?
You will see just below the "New Posts" title the page number and tabs have overlapped how could i fix this?
Lukas W. Well-known member Jul 2, 2016 #2 Your pageNavLinkGroup is set to Code: media (min-width: 800px) .pageNavLinkGroup { position: relative; top: -59px; right: 10px; } You'll have to remove that. It's not only bugged on new posts only by the way. Upvote 0 Downvote
Your pageNavLinkGroup is set to Code: media (min-width: 800px) .pageNavLinkGroup { position: relative; top: -59px; right: 10px; } You'll have to remove that. It's not only bugged on new posts only by the way.
Brad P Well-known member Jul 2, 2016 #3 katsulynx said: Your pageNavLinkGroup is set to Code: media (min-width: 800px) .pageNavLinkGroup { position: relative; top: -59px; right: 10px; } You'll have to remove that. It's not only bugged on new posts only by the way. Click to expand... ah that is it, thank you, why it was set like that i don't no :/ Upvote 0 Downvote
katsulynx said: Your pageNavLinkGroup is set to Code: media (min-width: 800px) .pageNavLinkGroup { position: relative; top: -59px; right: 10px; } You'll have to remove that. It's not only bugged on new posts only by the way. Click to expand... ah that is it, thank you, why it was set like that i don't no :/