- Posts: 33
- Thank you received: 0
right align a module
-
hardi
Inactive member - Topic Author
- Member
Less
More
10 years 1 month ago #42998
by hardi
right align a module was created by hardi
I want to right align language switcher module in let's say "top3" position.
How can I do it please?
How can I do it please?
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 1 month ago #43005
by ivan.milic
Replied by ivan.milic on topic right align a module
Set module class suffix " float-right" (note first letter is empty). In tempalte_css.css add:
.float-right{
float:right;
}
.float-right{
float:right;
}
Please Log in to join the conversation.
Time to create page: 0.144 seconds