Hey I want to shift my website logo to left. I have used the left padding option but it’s not going more left.
Hi sarthakchoudhary,
Please try to add this CSS code in Enfold > General Styling > Quick CSS:
#top #header .container {
width: 100%;
}
If you want to move it a bit further to the left then use this CSS code instead:
#top #header .container {
width: 100%;
padding-left: 10px;
}
just change the padding-left value as you see fit (you can set it to 0, the default value is 50px).
Hope this helps.
Best regards,
Nikko
Thank you Nikko
Hey what code should I use to make a a special heading tag 100 % width ?