eileen12 / HaremHeroes Automatic

Currently the Menu is on the right side of HH menu. To see this menu you need to Zoom Out page or to have a certain ratio in your browser resolution.

Suggestion to have it to on the left:

From:
UIcontainer.html('<div style="position: absolute;right: -16.475%

To:
UIcontainer.html('<div style="position: absolute;right: 16.475%

Thanks.

Re: @gobub:
Hmm copy paste didnt work for some reason. Try 2:

From:
absolute;right: -16.475%

To:
absolute;right: 16.475%

Re: @gobub:

copy paste didnt work for some reason

That would be user error. Please use a single pair of code back-ticks or a code fence which is three backticks on their own lines (See this FAQ). Your prior posts have been fixed with these. You can always use the Preview button to ensure it is what you want to post.

Thanks,
OUJS Admin