PDA

View Full Version : Old Journal Style: Align Captions at top in level with the photo


Mohamed.Ghuloom
Sep-09-2009, 09:19 PM
You can see my problem in these two links:
http://www.lens-bh.com/about
http://www.lens-bh.com/testimonials

How can I solve this? Any suggestions for these two pages? :lust

jfriend
Sep-09-2009, 09:28 PM
You can see my problem in these two links:
http://www.lens-bh.com/about
http://www.lens-bh.com/testimonials

How can I solve this? Any suggestions for these two pages? :lust

Try this CSS for the About page:

.gallery_6874813 .caption h2 {margin-top:0;}
.gallery_6874813 .caption {padding-top: 0 !important;}

Then, add a copy of this with different gallery numbers for the other page.

Allen
Sep-09-2009, 09:31 PM
You can see my problem in these two links:
http://www.lens-bh.com/about
http://www.lens-bh.com/testimonials

How can I solve this? Any suggestions for these two pages? :lust
This will close the gap

.gallery_6819351 .caption h1,
.gallery_6819351 .caption h2,
.gallery_6874813 .caption h2 {margin-top:0;}

.gallery_6819351 .caption,
.gallery_6874813 .caption {padding-top: 0 !important;}

Mohamed.Ghuloom
Sep-09-2009, 09:51 PM
Both of you thanks... it worked like a charm, but I need three more things for my two pages.


The first testimonial in the testimonial page is in Arabic language, and it should be right-to-left. How can I do this?