• Firstly … great plugin does its job brilliantly !!!!!!!!!

    i was wondering though… in my list display it displays the title and then the thumbnail to the right of it… meaning that the pics look untidily alligned due to the length of the page title varies with each page… knowing nothing about css or php…

    can anone tell me how to use this plugin in ‘list’ mode so the thumbnail appears first on the left hand side and then the title after … or under it????????????

    thanks

    https://www.ads-software.com/extend/plugins/autonav/

Viewing 1 replies (of 1 total)
  • With CSS you can position the images at the left (perhaps with float: right, or with left: 0px) and the text to the right (perhaps with left: 200px or margin-left: 10px).

    Once you read some basics on style sheets, the best way to fiddle with them is by using the Firebug plugin to Firefox, which lets you edit the HTML and CSS of already-generated pages, right inside your browser — so you can not only see exactly what is going on, but try different changes without actually editing files.

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: AutoNav Graphical Navigation and Gallery Plugin] Thumbnail allignment in list view’ is closed to new replies.