Once I mark a section as "full screen section" content of this section is displayed across this section (into the following section).
Sun, 10/04/2015 - 11:55
No Universal solution fits all special business requirements. Our experienced team is ready with ideas and state-of-the-art technical solutions to consult the best solution within your budget.
Hi,
Where is the section that has problem? We would like to know where it is.
Hi, preparing a new testinstance for you with up to date data. Will provide you the details shortly
Hi,
We can not see your testcase. Would you like to check again?
just open the current home page (node 238) on a iphone and you should see it.
You will not see the issue on a desktop!
It's done. Please check your site :)
great !
Can you let me know the fix, so I can move it to prod
Please go to the section, click left -> inspect element, you could see there is a property: style="height: 579px;". In our demo, that property does not exit, we think you should check your config.
Because height is fixed, it overrides below section as we saw in your images. So we solve problem by insert CSS:
[#about {
height: auto !important;
}
ok - thanks. Just to be sure - I did not introduce this property ("style="height:579px"), so it originates somewhere in the original code