Hi brenot,
You can try with this tweak:
– Open the file: /root/templates/uber/acm/header/less/style.less
– Look for this declaration:
// Logo Image
// ----------
div.logo-image {
padding-right: @grid-gutter-width/2;
padding-left: @grid-gutter-width/2;
min-width: 0;
float: left;
@media (max-width: 320px) {
}
.container
change it to:
// Logo Image
// ----------
div.logo-image {
padding-right: @grid-gutter-width/2;
padding-left: @grid-gutter-width/2;
min-width: 0;
float: left;
.container }
you can change the value of padding-left property to suit your need