Centering photo title in light box
Johnwd
Registered Users Posts: 33 Big grins
Hi Folks,
I am looking to center the photo title under an image in the light box.
I have found the label for it ".sm-lightbox-title"
and i have cobbled together some CSS, i dont really understand most of it, but its not right.
I think the big issue is my site is Stretchy
This is what I have come up with
.sm-lightbox-title
{
padding-top:0px;
padding-right: 0px;
padding-bottom:50px;
padding-left: 700px;
font-size:24px;
}
I am also looking to raise the photo title a little higher to can increase the font size a little more
Many thanks in advance for any help given
John
I am looking to center the photo title under an image in the light box.
I have found the label for it ".sm-lightbox-title"
and i have cobbled together some CSS, i dont really understand most of it, but its not right.
I think the big issue is my site is Stretchy
This is what I have come up with
.sm-lightbox-title
{
padding-top:0px;
padding-right: 0px;
padding-bottom:50px;
padding-left: 700px;
font-size:24px;
}
I am also looking to raise the photo title a little higher to can increase the font size a little more
Many thanks in advance for any help given
John
0