Align Logo To The Left - Question | JoomShaper

Align Logo To The Left

FK

Frank Koo

Template 1 year ago

I am using the Helix Ultimate Default Template. All the preset header has the logo not aligned totally to the left. Can I change it? (to eliminate the padding to the left).

Thank you.

0
1 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 year ago #157260

Hi Frank.

I will show you on HTML/CSS view - maybe you will understand more how it works (Preview from Code Inspector/Firefox) info_2698_2024.jpg

As you see there is only 15px left padding (violet color), that you can remove using Custom CSS:

#sp-header > .container {padding-left: 0;}

If you have bigger left padding (space) it can be also from your logo image, many times I have seen logo images that had huge padding inside image file itself. Then you have to cropp image using Photo Editor.

Left yellow collor is from container, becuase header is centered to be in the middle.

0