// Header Padding Inclding Logo
.p-header-content
{
padding: 0px 0px;
}
// Move Logo Over to Left by 20px Which is Borer Width - adjust if needed
.p-header-logo {
position: relative;
left: -20px;
}
If you're adding this to your extra.less and the full code is not in there (i.e. you customized it) you can strip everything out and just put this in your extra.less file:
The code I provided goes into your extra.less file - any CSS amendments you make should go into this file rather than messing with the original code file.
The code I provided goes into your extra.less file - any CSS amendments you make should go into this file rather than messing with the original code file.
You can also put those things directly into the style property relevant section. Not sure why but I just find it more organised, neater and easier to find as extra.less can get a bit busy.