Hi!
I have a website with 7-8 color sections under each other. In each color section I want a logo (image) in a fixed position in the bottom right corner so the logo is displayed correct on both mobile and PC.
I add a class to that image, but I need help with the CSS. Great if you can help me out.
Kind regards,
Hey luckylobo10!
You can add a left aligned image element and adjust it’s position using the below css.
.page-id-65 .avia-section .av-styling-no-styling .avia_image {
bottom: -25px !important;
}
The page-id is there so it only affects color section images on a specific page.
Regards,
Dake