- Posts: 8
- Thank you received: 0
Re: Module alignment is off
-
paulbean
Inactive member -
- New Member
-
Less
More
14 years 4 months ago #4106
by paulbean
Replied by paulbean on topic Re: Module alignment is off
That makes sense! I think I had made this change in a previous edit of the CSS sheet and forgot to undo it.
Thank you so much for your patience! I am still learning CSS, so your guidance has been truly appreciated!
Thank you so much for your patience! I am still learning CSS, so your guidance has been truly appreciated!
Please Log in to join the conversation.
-
djnice1
Inactive member -
- New Member
-
Less
More
- Posts: 5
- Thank you received: 0
14 years 2 months ago #5751
by djnice1
Replied by djnice1 on topic Re: Module alignment is off
I am having a similar problem. When I put the slider on the top left section, the stuff in the top right section gets pushed down, but the image slider is nowhere near the stuff in the right section. Any ideas? BTW Im using BEATZ by Cogzidel. (They have a built in Featured Albums feature but it doesnt work)
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
14 years 2 months ago #5753
by ivan.milic
Replied by ivan.milic on topic Re: Module alignment is off
You must post link so we could look.
Please Log in to join the conversation.
-
djnice1
Inactive member -
- New Member
-
Less
More
- Posts: 5
- Thank you received: 0
14 years 2 months ago #5754
by djnice1
Replied by djnice1 on topic Re: Module alignment is off
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
14 years 2 months ago #5756
by ivan.milic
Replied by ivan.milic on topic Re: Module alignment is off
Hi,
Go to Template Manager-><Your template>->Edit HTML
(Or open index.php of template)
And put this just before </head>:
<style type="text/css">
#slideshow
{
float:left;
}
</style>
Go to Template Manager-><Your template>->Edit HTML
(Or open index.php of template)
And put this just before </head>:
<style type="text/css">
#slideshow
{
float:left;
}
</style>
Please Log in to join the conversation.
Time to create page: 0.094 seconds