Home Forums Weaver Xtreme Theme Padding at Top of Website

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #73451
    Maggard_Manda
    Participant

    Hello, I have roughly 20px of padding at top of a website I’m building, that I can’t figure out how to get rid of it. I have all the parameters set to 0 on padding.

    Can anyone assist me with this?

     

    HOME

    #73455
    scrambler
    Moderator

    It took me a moment…

    The space comes from the top margin of the mohawk image.

    If you know how to edit the HTML of the text widget that contains the image, add a style Attribute to the image tag to remove it.

    style=”margin-top:0;”

    If not, add the rule below to the theme Global Custom CSS rule box

    #header-widget-area img {margin-top:0;}

     

     

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.