Page 1 of 1

Not getting same effect...

Posted: Tue Jul 09, 2019 4:02 pm
by Starb7
Hi Pablo

Just completed a site and all working as expected. Just started another and I cannot get the responsive effect. If you look at www.supake.co.uk/testing/ you can see the site. If I drag the right side in, I am expecting the 'Boiler.... text' to drop under the image of the car but instead it just overrides the image and I cannot see why. I have upload the project to the same url plus /DirectGasLtd.co.uk.zip

Pretty sure I created it in the same way as the last site which works fine so at a loss!

TIA

Cheers

Re: Not getting same effect...

Posted: Tue Jul 09, 2019 5:02 pm
by Pablo
The image has a fixed width so it is not flexible.
Please set the 'full width' property to 'true'

Re: Not getting same effect...

Posted: Tue Jul 09, 2019 5:16 pm
by Starb7
Bu66er, missed that! Great, that sorted. On that same grid, the right hand part is set to have a background of gray but only the text part is showing the grey, is that by design and if so, how do I get the entire panel right hand to fill grey?

Cheers

Re: Not getting same effect...

Posted: Tue Jul 09, 2019 5:31 pm
by Pablo
Yes, this is how HTML/CSS works.
HTML will only fill the content area background.

A possible workaround is to set the column height of the grid to 'fixed'

Re: Not getting same effect...

Posted: Tue Jul 09, 2019 5:55 pm
by Starb7
OK, last query for tonight... why doesn't the right hand (text) panel drop under the image when the page size is reduced - is that dues to breakpoints? Cheers

Re: Not getting same effect...

Posted: Tue Jul 09, 2019 6:16 pm
by Pablo
If you make the image flexible then that will work too.

Re: Not getting same effect...

Posted: Wed Jul 10, 2019 1:26 pm
by Starb7
Feeling a bit dumb but where do I "make the image flexible"? TIA

Re: Not getting same effect...

Posted: Wed Jul 10, 2019 1:31 pm
by Pablo
Please see my first reply:
The image has a fixed width so it is not flexible.
Please set the 'full width' property to 'true'

Re: Not getting same effect...

Posted: Wed Jul 10, 2019 3:52 pm
by Starb7
Ah, I thought you were referring to something else I hadn't seen. Cheers