XF 2.2 Space between nav buttons

Dixie McCall

Well-known member
Hello
How do I create a space between navigation buttons? See attached.

Thank you. :)
 

Attachments

  • Screenshot (1007)_LI.webp
    Screenshot (1007)_LI.webp
    5 KB · Views: 7
That didn't work but I changed the first to margin-right and that fixed it. So it reads like this.

.p-navEl {
margin-right: 10px;
}
.p-navEl:first-child {
margin-left: 0;
}
 
Top Bottom