Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #549878

    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,

    #549965

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.