abstract
| - There's an issue with the title of a page being too long and having the edit button overlap the page counter. This is fixed by turning the h1 into a block element, but I'm not sure it's the best solution. I think it's also a Wikia style sheet thing, and we don't want them complaining about us "messin with muh interface!" MolMan 02:12, April 20, 2015 (UTC) They have changed it again meanwhile, by always putting the edit buttons below the header, taking up additional height, and for talk pages placing it on the right causing it to take up width from the whole article... IP83.101.44.209 (talk) 03:45, May 3, 2015 (UTC) You can use this in your personal js to move it up a little, making it look a lot better IMO: $('.header-container .header-column.header-title').append('').append($('.wikia-menu-button>a[data-id="edit"], .wikia-menu-button>a[data-id="addtopic"]').parent()).append($('a[data-id="comment"]').css('margin','2px 10px 0')); File:Quest.png Gaz Lloyd 7:^]Events!99s 14:08, May 3, 2015 (UTC)
|