saschulze Posted March 17, 2022 Share Posted March 17, 2022 Site URL: https://www.infinix.com/ Hello, I have a custom SVG file on our main home page that I need to move up on the page. Below is code that references that SVG file below. What can I add to move this image up on the page? The image is: "infinix-logo-purple.svg" <section class="infinix-home-header infinix-fill-bg infinix-text-center"> <div class="infinix-background-video"> <video loop="" muted="" playsinline="" autoplay="" poster="https://www.weo2.com/tpn/c/C1463/img/final_NoLogo.jpg" class="infinix-bg__video"> <source src="https://www.weo2.com/tpn/c/C1463/docs/final_NoLogo.webm" type="video/webm"> <source src="https://www.weo2.com/tpn/c/C1463/docs/final_NoLogo.mp4" type="video/mp4"> </video> </div> <div class="infinix-logo-main"><img src="/s/infinix-logo-purple.svg"></div> <div class="nobio-logo-main"><img src="https://www.weo2.com/tpn/c/C1463/img/nobio-bio-white.svg"></div> </section> Thank you in advance! Link to comment
tuanphan Posted March 19, 2022 Share Posted March 19, 2022 Try adding to Design > Custom CSS .infinix-logo-main { top: -200px; } saschulze 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
saschulze Posted March 21, 2022 Author Share Posted March 21, 2022 This worked. How do I make the image move to the right a bit? Link to comment
tuanphan Posted March 22, 2022 Share Posted March 22, 2022 11 hours ago, saschulze said: This worked. How do I make the image move to the right a bit? use right value right: -100px; saschulze 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
saschulze Posted March 22, 2022 Author Share Posted March 22, 2022 Worked great! Thank you very much! Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment