Creating responsive right justified icons, links blocks and images

Hi All
Just starting out here and trying to work out how I can place these icons in link blocks to right side and make them responsive. I’ve messed around with stuff but clearly not getting anywhere and need some solid pointers. I can set them at each break point but it is not really responsive because on the way through they disappear and jump back at the next breakpoint setting. This looks really terrible! Thanks in advance all you gurus. :slight_smile:
Cheers Maggie
(Read only link below)


Here is my site Read-Only: LINK
(how to share your site Read-Only link)

https://preview.webflow.com/preview/australiz-temp?utm_medium=preview_link&utm_source=designer&utm_content=australiz-temp&preview=e85c4b4cc90b77c5d464e1f7444b3c7a&workflow=preview

Hi @maggie

There are a couple fundamental things wrong here. Here is how you correct them:

Div 38 & Div 39 are containing divs, meaning they control whatever is inside of them. They will align the icons to the right. BUT first!

Div 30 & Div 35 need to change from relative position to static.

Step 1: Change Div 30 + Div 35 to positions: static
Step 2: Change Div 38 + Div 39 to justify: right

Then correct as you go depending on your screen size.

There are a few other issues that you’re going to run into as you go along this build. I think you might need to check out some tutorials from the webflow university.