Closed (fixed)
Project:
Display Suite
Version:
7.x-1.1
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
11 Jun 2011 at 23:03 UTC
Updated:
28 Jun 2011 at 17:41 UTC
Hello,
I discovered Display Suite and I am really amazed of the possibilities. Still learning.
One simple question - In the Field display, how do I enter the div code for "vertical align - middle"?
I figured out the horizontal align: div align= center
But the vertical gives me quite a headache. some help?
Comments
Comment #1
swentel commentedComment #2
jyve commentedHi,
there is no HTML code for vertical align. You will have to add a class to your div and then handle your vertical align in your CSS.
Vertical alignment in a div is quite tricky by the way, you will have to Google around a bit to find a cross-browser solution for this.
Comment #3
viktor.mastoridis commentedI understand. Thanks for the hand - I'll see if I can manage.