[Resolved] Removing float:X from .header-widget

Home Forums Support [Resolved] Removing float:X from .header-widget

Home Forums Support Removing float:X from .header-widget

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #110128
    Tabare

    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.

    #110169
    Tom
    Lead Developer
    Lead Developer

    You can use float:none;

    For example:

    .header-widget {
          float: none;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.