Text alignment problem

More
12 years 9 months ago - 4 years 3 months ago #15514 by adriancm92
The problem I have is that the text stays on the bottom and the rest is well aligned

Last edit: 4 years 3 months ago by milos.

Please Log in to join the conversation.

More
12 years 9 months ago #15521 by ivan.milic
Please send us link

Please Log in to join the conversation.

More
12 years 9 months ago #15522 by adriancm92

Please Log in to join the conversation.

More
12 years 9 months ago #15533 by ivan.milic
What browser should we use to see that (we tried chrome,ie9,ie7)

Please Log in to join the conversation.

More
12 years 9 months ago #15535 by adriancm92
Then the problem is with the browser, I tried opera and gives this error and no chrome

Please Log in to join the conversation.

More
12 years 9 months ago #15547 by ivan.milic
Try this:

open
modules/mod_hot_scroller/tmpl/hot_scroller.css

find this:

#highlights_scroll .contentheading {
display: inline;
vertical-align: top;
}

add this property:
float: left;

like this:



#highlights_scroll .contentheading {
display: inline;
vertical-align: top;
float: left;
}

refresh after that and test in other browsers

Please Log in to join the conversation.

Time to create page: 0.181 seconds
Powered by Kunena Forum