One of the criticism's of this mod from reviews i've read is that the tab "path based metatags is output onto the page and interferes with layout of the page.

Would it be better to make this fixed output fixed instead? This idea is not without it's issues but it does solve this interfering with design layout issue to a large degree. http://drupal.org/project/simplemeta implements this by simply making the link fixed to the left browser side of the page 50% from the top.

I'd like to use panels and access the meta from the front end for each page but don't want it interfering with design. It can't really be placed fixed at top or bottom of page if anyone is using panels IPE and admin menu as the link wouldnt' be seen - which only really leaves:

position: absolute;
left: 0;
top: 50%

Would this be better or worse in other peoples estimation?

Comments

kingfisher64’s picture

Status: Active » Closed (works as designed)