
it seems the image at the side is making it skew and I have not options with scaling on.

it seems the image at the side is making it skew and I have not options with scaling on.
Hi @VelocityWeb,
Thanks for reaching out.
There are two elements, centering an element will only work on a container with one element. How about this,
Move the second element (skewed button) to the first container where the logo is, then delete the second container to make sure there is only one container. Then make sure the remaining container has this setting

Then add this CSS to your second element(skewed button) element CSS.
@media (min-width: 768px) {
$el {
position: absolute;
right:0;
}
}

Cheers!
perfect! 
You’re more than welcome, glad we could help.
Cheers!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.