hclcnx / customizer

App Dev Resources for HCL Connections Customizer
https://opencode4connections.org/
15 stars 28 forks source link

How to overcome <div class="clear"></div> with customizer #4

Open BerndGewehr opened 6 years ago

BerndGewehr commented 6 years ago

Hi guys,

if the only solution is CSS, how can I solve the problem of the often used \<div class="clear">\</div> statement? It keeps me from changing order and alignment of elements with float:left for example.

Completely destroying the clear class seems to be stupid, addressing the div seems not to be possible since I do not want to address ALL with class div.

Any suggestions?

BerndGewehr commented 6 years ago

I'd prefer the meetings widget to look like this: 2017-10-10 09_14_47-microsoft edge

BerndGewehr commented 6 years ago

After a while of experimenting I found that modifying something inside an iFrame like the meeting widget is not as easy as modifying the page content itself. If anybody could give me a push on how to handle that - that’d be great.