Please help

Hellp343

Well-known member
Registered
Joined
Sep 7, 2022
Messages
57
Points
8

Reputation:

Anyone that can take a look?
 

BattleKing

Spirit of darkness
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P Member
Collaborate
Registered
Joined
May 24, 2020
Messages
3,497
Points
523

Reputation:

Hellp343

Well-known member
Registered
Joined
Sep 7, 2022
Messages
57
Points
8

Reputation:

I'm looking into it, but still do not know what you mean, you mean you would like to get a smaller hover effect?
BattleKingIf you look at these pictures
1679569121425.png

1679569147184.png

Here, you see the difference right? like the buttons is boxed.
 

BattleKing

Spirit of darkness
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P Member
Collaborate
Registered
Joined
May 24, 2020
Messages
3,497
Points
523

Reputation:

If you look at these pictures
View attachment 34186
View attachment 34187
Here, you see the difference right? like the buttons is boxed.
Hellp343you mean like that:

1679729510751.jpg


you need to add
CSS:
padding-top: 10px;
padding-bottom: 10px;

to the .p-nav-inner element

and for the selected tab you need to change the background color:

CSS:
 background: rgba(0,0,0,0.22);

.p-nav-list .p-navEl.is-selected element
 

Hellp343

Well-known member
Registered
Joined
Sep 7, 2022
Messages
57
Points
8

Reputation:

Tell me if you still dont understand.
 

Hellp343

Well-known member
Registered
Joined
Sep 7, 2022
Messages
57
Points
8

Reputation:

And also one more thing. Is it possible to make the navigation smaller but still have the hover thing?
 
Top