Hi there,
I am using JP Perfect.
I like to style an orange colored bar at the module position main-bottom. My client likes the bar to be resized over the whole width.
I got another red one on the top. There it worked easily, but not here.
This is the css Code of the orange-colored bar:
.balkenorange {position:absolute; top:0; left:0; height:40px;background:#ED7D31; width:100%;}
I tried both: with or without position absolute
.balkenorange {height:40px;background:#ED7D31; width:100%;}
Any suggestions?
Thanks in advance!
T.
Please Log in or Create an account to join the conversation.