• Resolved s7ranger

    (@s7ranger)


    After update to 3.1.6 this code hasn’t been working in Firefox

    /* header ads adjustment for FF */
    #header .pad {
        padding-right: 0;
        padding-left: 0;
    }
    #header-ads {
        float: none;
    }
    #header-ads .widget {
        float: left;
        width: 100%;
    }

    Replaced #header-ads on #header-widgets not solve the problem.
    This my test site https://avto-patrol.ru/

Viewing 13 replies - 1 through 13 (of 13 total)
  • Hi s7ranger. The element id in the current version is #header-widgets.

    Thread Starter s7ranger

    (@s7ranger)

    Hi bdbrown

    #header .pad {
        padding-right: 0;
        padding-left: 0;
    }
    #header-widgets {
        float: right;
    }

    does not work

    That’s different than the code you first posted. What is it you’re trying to accomplish?

    Thread Starter s7ranger

    (@s7ranger)

    Header Ads in Firefox looks like this, and in other browsers it’s ok

    /* header ads adjustment for FF */
    #header .pad {
        padding-right: 0;
        padding-left: 0;
    }
    #header-ads {
        float: none;
    }
    #header-ads .widget {
        float: left;
        width: 100%;
    }

    hasn’t been working

    /* header ads adjustment for FF */
    #header .pad {
        padding-right: 0;
        padding-left: 0;
    }
    #header-widgets {
        float: none;
    }
    #header-ads .widget {
        float: left;
        width: 100%;
    }

    not working

    I don’t see much difference. Please post a link to your site so I can see the issue in real time.

    Thread Starter s7ranger

    (@s7ranger)

    Link in my first post. You can see the issue only in Firefox

    PS. This my primary site with Hueman 3.1.3.

    I looked at your test site in Chrome, FF 47 and Edge. I don’t see any difference in any of them. Likewise with your live site; I didn’t see any difference in any of the browsers. The only difference I see is the ad content between the live and test sites. What exactly is the difference you are seeing? Also, on your test site, this won’t work because the widget id is incorrect:

    #header-ads .widget {
        float: left;
        width: 100%;
    }
    Thread Starter s7ranger

    (@s7ranger)

    I looked at FF 37. Thank you, but I have found what the problem was – сurrent element id in the Hueman 3.1.6 #header-widgets img, but not #header-widgets.

    #header .pad {
        padding-right: 0;
        padding-left: 0;
    }
    #header-widgets img {
        float: left;
        width: 100%;
    }

    Now everything is working)

    Glad you got it fixed. Please mark the topic as Resolved. Thanks.

    Thread Starter s7ranger

    (@s7ranger)

    Thanks, bdbrown.

    Hi: s7ranger which font you have used in your site logo. I visted your site your site looks perfect & beautiful.
    Thanks
    zeeshan

    Thread Starter s7ranger

    (@s7ranger)

    Hi, zeshankhanbwp. I used font Ariston Wd.

    Hi: s7ranger thanks
    Best Regards
    zeeshan

Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘Header Ads shifted to the left in Firefox’ is closed to new replies.