HTML Object visible in unknown order

This section is for posting questions which are not directly related to WYSIWYG Web Builder.
Examples of off topics: web server configuration, hosting, programming related questions, third party scripts.

Note that these questions will generally not be answered by the administrators of this forum.
Post Reply
bzc0fq@gmail.com
 
 
Posts: 30
Joined: Sat Feb 26, 2022 3:46 pm

HTML Object visible in unknown order

Post by bzc0fq@gmail.com »

Hi,

I have created two HTML objects, each creates a dynamic table. Both tables have different width set - one to 1255px for layout 1280, the other 1895px for layout 1920. I would like to set HTML object visibility in the way that object with smaller table is visible for 1280 breakpoint only, and one - a larger table - for 1920 and default breakpoints.
The problem is that I do not know how to control HTML objects appearance order. I thought it worked in the way as described above, but I have not idea why I still get bigger table on 1280 breakpoint instead of a smaller one (of course I checked/unchecked visibility check marks as needed).

Is it something I should pay special attention to?

Thanks
Marek
User avatar
Pablo
 
Posts: 23255
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: HTML Object visible in unknown order

Post by Pablo »

Unfortunately, I cannot help you with custom code. because for me it may also take a lot of time to figure out what how your code works.
However the code will be published "AS IS". So, if it does not work then either the code is not correct, incomplete or it conflicts with other code on the page.
bzc0fq@gmail.com
 
 
Posts: 30
Joined: Sat Feb 26, 2022 3:46 pm

Re: HTML Object visible in unknown order

Post by bzc0fq@gmail.com »

OK. I have sorted this out. It was table's name conflict that caused the issue within css file.
Thanks anyway...
Post Reply