- Posts: 9
COMMUNITY FORUM
[Solved] Vertical Alignment Issues
- Gregory Dahl
-
Topic Author
- Offline
- New Member
Less
More
14 years 3 months ago - 14 years 3 months ago #38048
by Gregory Dahl
[Solved] Vertical Alignment Issues was created by Gregory Dahl
the code looks like this:
..
<p>{youtube}cEaOXZtaYTE{/youtube}This is text that goes on for a paragraph. It goes on for lots of paragraphs.<p/>
<p>Here is more text in another para.</p>
..
The css floats it left with a 10px margin. Looked great. I added an inline-block div that floats right, and all of a sudden, the vid appears below the last line of type.
What's up with that?
..
<p>{youtube}cEaOXZtaYTE{/youtube}This is text that goes on for a paragraph. It goes on for lots of paragraphs.<p/>
<p>Here is more text in another para.</p>
..
The css floats it left with a 10px margin. Looked great. I added an inline-block div that floats right, and all of a sudden, the vid appears below the last line of type.
What's up with that?
Please Log in or Create an account to join the conversation.
- Katia
-
- Offline
- Platinum Member
Less
More
- Posts: 4696
14 years 3 months ago #38049
by Katia
Replied by Katia on topic Re: Vertical Alignment Issues
Please provide us a url to your site.
Please Log in or Create an account to join the conversation.
- Gregory Dahl
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 9
14 years 3 months ago #38050
by Gregory Dahl
Replied by Gregory Dahl on topic Re: Vertical Alignment Issues
Here is a page with the issue:
sfm.alfydog.com/index.php?option=com_content&view=article&id=33&Itemid=10
thank you.
sfm.alfydog.com/index.php?option=com_content&view=article&id=33&Itemid=10
thank you.
Please Log in or Create an account to join the conversation.
- Katia
-
- Offline
- Platinum Member
Less
More
- Posts: 4696
14 years 3 months ago #38051
by Katia
Replied by Katia on topic Re: Vertical Alignment Issues
Do you want to put AllVideos in the top of your text?
If so please pm me access to your super admin.
If so please pm me access to your super admin.
Please Log in or Create an account to join the conversation.
- Gregory Dahl
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 9
14 years 3 months ago #38052
by Gregory Dahl
Replied by Gregory Dahl on topic Re: Vertical Alignment Issues
Checking in, I sent log in info via IM. Please verify you received it. Thank you.
Please Log in or Create an account to join the conversation.
- Gregory Dahl
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 9
14 years 3 months ago #38053
by Gregory Dahl
Replied by Gregory Dahl on topic Re: Vertical Alignment Issues
I removed the "clear:both;" from line 11 of the allvideos template.css file.
That popped it right to the top. Why you would need access to my site back-end to answer that, I'll never know.
Be well.
That popped it right to the top. Why you would need access to my site back-end to answer that, I'll never know.
Be well.
Please Log in or Create an account to join the conversation.
- Katia
-
- Offline
- Platinum Member
Less
More
- Posts: 4696
14 years 3 months ago #38054
by Katia
Replied by Katia on topic Re: [Solved] Vertical Alignment Issues
Glad you solved it!
I just wanted to check out where did you add the video in your site cause sometimes other elements, styling etc cause conflicts.
I just wanted to check out where did you add the video in your site cause sometimes other elements, styling etc cause conflicts.
Please Log in or Create an account to join the conversation.
- Gregory Dahl
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 9
14 years 3 months ago #38055
by Gregory Dahl
Replied by Gregory Dahl on topic Re: [Solved] Vertical Alignment Issues
I wrote a css rule to float: left; the div video container. I found in allvideo template.css a rule that cleared the floats. I commented the rule out and the video popped into the intended place.
Please Log in or Create an account to join the conversation.