Jump to content
  • Sign Up

Website fixes


Recommended Posts

Hi ArenaNet,

 

I thought I would bring a tiny bug to your attention with regards to the website. Currently the landing page has sidescroll this is due to incorrectly using one unit of measure over another. The parts that need adjusting which will eliminate the sidescroll are:

 

<div data-test="footer" class="mc4c81cf40_footer"></div>
    change mc4c81cf40_footer css width from 100vw to 100%
    
<nav aria-label="ArenaNet Menu" data-test="dimebar" class="mcc31d68ed_anetDimebar mcc31d68ed_anetDimebarAbs" style="opacity: 1;"></nav>
    change mcc31d68ed_anetDimebar css width from 100vw to 100%

 

The above will remove the overflow or you could opt to hide overflow but changing the unit of measure is better.

 

Anyways, tiny bug but thought I would let you know.

  • Like 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...