Page 1 of 1

*** SOLVED *** Gradient of a LayoutGrid does not adapt its size

Posted: Mon Aug 26, 2019 10:13 am
by Markus
Hello,

after I was able to solve some problems in a One Pager project with your help, I unfortunately come across two showstoppers again.

I can't solve the following problem even after a long research.

I use a LayoutGrid as a container for RWD content. The LayoutGrid has a color gradient as background. When shrinking the viewport (width) the height of the LayoutGrid increases. Unfortunately the height of the gradient does not adjust. It always has the same size and the RWD content runs out of this area.

How can I get the gradient of the layout grid to adapt to the current height of the layout grid?

Image

This are the settingas of the LayoutGrid:

Image

Also here I am happy about constructive hints.
Thank you.

Markus

Re: Gradient of a LayoutGrid does not adapt its size

Posted: Mon Aug 26, 2019 11:38 am
by Pablo
Did you enable 'Use CSS gradients' in Tools -> Options -> HTML?
If this option is off then static images will be used for gradients.
Please see the help for more details.

Re: Gradient of a LayoutGrid does not adapt its size

Posted: Mon Aug 26, 2019 5:53 pm
by Markus
As so often, you're right again.
Thank you, this option was not activated.

It now works as expected.

Kind regards,
Markus