Nice plugin but default style should be changed
-
The default style is not working well and will break a lot of available themes out there.
I suggest to use a more specific css instead
.col1 { width: 100%; float: left; margin-bottom: 20px; } .col2-full { width: 100%; float: left; margin-bottom: 20px; } /* [etc] */Something like this is better:
#docudocu .col1 { width: 100%; float: left; margin-bottom: 20px; }
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Nice plugin but default style should be changed’ is closed to new replies.