XF 2.2 Cookies card design and Resize only 2 buttons

pvpers

New member
Hi everyone.

When I edit the cookie card, there is a blank space at the bottom of the site.
I think this was done to prevent the copyright from being lost. But that's not my purpose, of course. I want to make a prettier cookie card.
How can I fix that ?
Ekran görüntüsü 2024-08-30 194940.webp




I just want to adjust the size of these two buttons so that they are the same size as the category border on the left.
"New Messages" "Create Thread"

I tried this code several times but it's not working. I'm doing it wrong.
Code:
[data-template="button button--icon button--icon--bolt"]


Ekran görüntüsü 2024-09-01 125817.webp

I look forward to your help, thank you.
 
I just want to adjust the size of these two buttons so that they are the same size as the category border on the left.
"New Messages" "Create Thread"
Try this (adjust the padding if needed)
Less:
[data-template="forum_list"] {
    .p-title-pageAction .button {
        padding: 10px;
    }
}

How can I fix that ?
Ask to the style developer as it's not the default XenForo style.
 
Solution
Back
Top Bottom