Archived topic
Removing float:X from .header-widget
1 reply · Started by Anonymous on May 25, 2015
Viewing posts 1–2 of 2
I've for hours trying to fix this; I need to remove the float:Left from my header and replace it for NO float (as they screw how the website looks), however:
clean:both;
does not work nor I can find the .css that dominates that.
You can use float:none;
For example:
.header-widget {
float: none;
}
This archived topic is closed to new replies.
