Hello everybody
I can't find the good way for adjusting the captions of my thumbs in a visual index.
As you can see there :
Hello everybody
I can't find the good way for adjusting the captions of my thumbs in a visual index.
As you can see there :
Sorry all my post disappeard
Hello everybody
I can't find the good way for adjusting the captions of my thumbs in a visual index.
As you can see there : aymericvergnon.net/index.php/dispositifs/arts/
The caption is far away from thumbs
But here with a vertical image too close
aymericvergnon.net/index.php/dispositifs/rhodoid-dream/
I tried to play with the
#img-container .captioning .title { margin-top: 0px; text-align: {$talign}; }";
}
At the very end of visual index format
But nothing happened
Any good idea ? Help would be nice
Thanks
That's because portrait and landscape images fit into a specific rectangle and the caption folllows that size.
Nevertheless you can play around with css - here's an example:
#img-container .picture {
height: auto !important;
text-align: center;
width: auto !important;
}
.captioning {
margin-top: 1em;
width: auto !important;
}
Thank you
But I can't in which css is your code
base.css ?
style.css ?
I can't find this specific code
I would put it at the end of style.css - it's the best place for changes.
Oh I didn't understand it was new lines to write
Thanks Vaska
I'll try very soon
It works ! thanks to both of you
This thread has been closed, thank you.