Hi, everybody.
I still have a problem with HTML Block
So the Problem is so: If I as Admin would like to create a new HTML Block on a site in Page Composer, and open HTML Block to fill a content in, he takes my text and images, BUT ALL DROPDOWN FIELDS, e.g FONTSIZE FONTCOLOR BACKCOLOR FONTTYPE are not reachable - because they stay between HTML Block and Site - they appear in BACKGROUND of HTML Block. Can anybody HELP ME? Or advice what to do? Thanks, Denis |
You can change the z-index of it. ---- |
You can change the z-index of it. In what a file? How must z-index to bo changed? increase discrease? What z-index to eat with? :) Thanx |
You can change the z-index of it. In what a file? How must z-index to bo changed? increase discrease? What z-index to eat with? :) Thanx How should we know the exact z-index you need? You wrote the html box, not us.
Open the thing up in Firefox, turn on Firebug, right click on the drop down and then click inspect. This will show you the css for the item and you can adjust it to get the drop down box back where you need it via the z-index, position:absolute/relative margin-left:##px+- and so many other tricks. But since this is in your admin panel, your going to have to tease the settings in Firebug until you get it fixed
|