Hi,
I added our logo as an image on top of an image covered color element for the background. I need to move the logo higher and more to the left then it will allow me to do. Can you please help with this? Below is the url (one) of the pages I am referring to. I also need to the same on another website. Thank you in advance for your time and help.
Lisa
Hey Lisa,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
.home #av_section_1 .container {
padding-top: 10px!important;
}
Best regards,
Yigit
Thanks Yigit. Then what do I do? Please note that my homepage does not have the header/logo.
That actually got it higher but now I need it to move more to the left…
Hi LisaLou862,
It is better to cut the image, git rid of all the transparent space around the logo. It is bigger this way and Google does not like images like that.
Best regards,
Victoria
Thanks Victoria, but it is an animated GIF and if I crop it the animation does not work. Is there a code I can use to move it to the left?
Thank you again,
Lisa
Hi,
Are you looking to have the logo placed over the image?
Best regards,
Jordan Shannon
Hi Jordan,
No, I need it placed entirely in the white area to the left of the image.
Thanks,
Lisa
Hi,
Try the following in quick css:
@media only screen and (min-width: 1024px) {
.avia-image-container-inner{
margin-left:-125px!important;
}}
Best regards,
Jordan Shannon
Thank you! That worked!
Hi,
Glad that Yigit helped you and thanks for using Enfold :)
Best regards,
Nikko