How would I move my website’s logo down? And is there specific code so I can set how far down I want it?
Hello there,
I hope you are doing well today.
You can use the following CSS code to move the logo down by going to Appearance > Customize > Additional CSS and pasting it there.
/*Logo shift*/
.col-sm-4.col-xs-8 img {
padding-top: 25px;
}
Best Regards,
Support