- Posts: 14
- Thank you received: 0
Text alignment problem
-
adriancm92
Inactive member - Topic Author
- New Member
Less
More
12 years 9 months ago - 4 years 3 months ago #15514
by adriancm92
Text alignment problem was created by adriancm92
Last edit: 4 years 3 months ago by milos.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 9 months ago #15521
by ivan.milic
Replied by ivan.milic on topic Re: Text alignment problem
Please send us link
Please Log in to join the conversation.
-
adriancm92
Inactive member - Topic Author
- New Member
Less
More
- Posts: 14
- Thank you received: 0
12 years 9 months ago #15522
by adriancm92
Replied by adriancm92 on topic Re: Text alignment problem
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 9 months ago #15533
by ivan.milic
Replied by ivan.milic on topic Re: Text alignment problem
What browser should we use to see that (we tried chrome,ie9,ie7)
Please Log in to join the conversation.
-
adriancm92
Inactive member - Topic Author
- New Member
Less
More
- Posts: 14
- Thank you received: 0
12 years 9 months ago #15535
by adriancm92
Replied by adriancm92 on topic Re: Text alignment problem
Then the problem is with the browser, I tried opera and gives this error and no chrome
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 9 months ago #15547
by ivan.milic
Replied by ivan.milic on topic Re: Text alignment problem
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
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