Post a reply | Scrivi una risposta     Back to | Torna a microforum home

Re: text/image distance

Delete this post Submitted by | Inserito da ricky on | il 27/May/2010
in reply to | in risposta a text/image distance posted by | pubblicato da Hans Hochstöger on | il 27/May/2010
78.12.175.210

Message | Messaggio:

hi hans,
you have a css parameter in the plugin wich gives you the width for the text:
#text { ... width: 200px; ... }
you might decrease this value, but still you need to allow some space for displaying text.
another parameter is given to allow some space between images, assigning it to the left of every picture:
#img-container .picture img { margin-left: 255px; }
this means that now you have 455px (200+255) in the left side before the first image is displayed
if you -as an example- change the
#img-container .picture img { margin-left: 100px; }
take care to accordingly modify also the following:
#img-container .captioning .title { margin: .3em 0 0 100px; ... }
#img-container .captioning .caption { margin: .3em 0 0 100px;}
to align the title/caption of the images
and
.sub_nav_wrap { ... left: 100px; ... }
to align the inner navigation (left/prev/next)
let me know if that works for you
ciao ;-)

Replies to this post | Risposte a questo messaggio

 

Reply to this post | Rispondi a questo messaggio

Name | Nome:

E-mail (optional | opzionale)

Subject | Titolo


Message | Messaggio

Insert styled text | Inserisci testo formattato:
Bold | Grassetto | Italic | Corsivo | Underlined | Sottolineato

Powered by Free PHP message board 1.3 from PHPJunkYard - Free PHP scripts