Classic Element with Style Circle and Link On

When i use Cornerstone to edit the frontpage of theme Agency , there are 3 circles , but when i choose the option: Link [on] , the style of the Circle is changed, it doens’t work responsitive anymore on a mobile (see: https://imgur.com/a/RpR9ORg )

Can you help fixing me ? I tried to search in the CSS, but i couldn’t find it

Greets Dani

Hi Dani,

Thanks for writing in! Upon testing, I was able to experience it on my end as well. Could you please try assigning a CSS class into your element first.

Then add the following CSS rule into your custom CSS area.

.my-circle img {
    width: 300px;
    height: 300px;
}

Hope that helps.

Thanks it worked for now!, i also had to remove the style input (default: width: 200px;)

Glad it’s working now, cheers! And you’re most welcome :wink:

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.