[SOLVED]Trying to align DewPlayer with adjacent text.

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Post Reply
User avatar
genestevo
Forum Members
Forum Members
Posts: 72
Joined: Thu Jan 26, 2012 11:50 am

[SOLVED]Trying to align DewPlayer with adjacent text.

Post by genestevo »

Hi Folks,
I've successfully downloaded, installed and have working a brilliant little gadget called Dewplayer.
However I'm going wrong somewhere with the alignment of the player with the associated text.
The page is at: http://historypoints.org/index.php?page ... lace-names
The HTML is:

Code: Select all

<p>To hear how to pronounce Conwy press play: {cms_module module=DewPlayer id=1; align="absmiddle"}</p>
Any advice greatfully recieved. It works as is but I'd rather learn how to get it to look right as well.
Cheers,
Gene Stevo.
Last edited by genestevo on Wed Feb 22, 2012 11:33 pm, edited 1 time in total.
Wishbone
Power Poster
Power Poster
Posts: 1368
Joined: Tue Dec 23, 2008 8:39 pm

Re: Trying to align DewPlayer with adjacent text.

Post by Wishbone »

You can do something like:

Code: Select all

.dewplayer {
position: relative;
top: 5px;
}
User avatar
genestevo
Forum Members
Forum Members
Posts: 72
Joined: Thu Jan 26, 2012 11:50 am

Re: Trying to align DewPlayer with adjacent text.

Post by genestevo »

Thank you, thank you, thank you.
Never thought to make a class. Truth be known I wouldn't have known what to call it, guess dewplayer too obvious for my barely trained mind. :)
Whenever I see those curly bracket things I get all twitchy and nervous.
Cheers again,
Gene Stevo.
Wishbone
Power Poster
Power Poster
Posts: 1368
Joined: Tue Dec 23, 2008 8:39 pm

Re: [SOLVED]Trying to align DewPlayer with adjacent text.

Post by Wishbone »

The 'curly bracket things' are what makes CMSMS great! :)
Post Reply

Return to “Layout and Design (CSS & HTML)”