XF 2.2 Navigation Tab Margin or Padding issue?

Dixie McCall

Well-known member
I'm using a wrapped style (wrap parameters below) and I'm having an issue with the main tab navigation being too far to the left . It's not this way in unwrapped. Not quite sure how to fix it and it's driving me nuts. LOL

.p-pageWrapper {
max-width: 1200px;
margin: 0 auto;
padding: 10px;
}

Also removed node icon column using this.
/* HIDE NODE ICON */
.node-icon { display: none; }
.node-main { padding-left: 25px; }
.structItem-iconContainer {
display: none}
 

Attachments

  • Screenshot (44).webp
    Screenshot (44).webp
    5.5 KB · Views: 6
Top Bottom