- Posts: 14116
- Thank you received: 1639
HOTel Joomla Template - Multilanguage in Joomla
-
ivan.milic
Support Staff - Moderator
Less
More
12 years 4 months ago #20966
by ivan.milic
Replied by ivan.milic on topic HOTel Joomla Template - Multilanguage in Joomla
What do you want with them, if you want them centered above menu:
In template_css.css at bottom you have this:
.lang-inline{
list-style:none;
text-align:center;
}
.lang-inline li{
float:right;
margin:2px;
}
change that to this:
.lang-inline{
list-style:none;
text-align:center;
height:20px;
padding-right: 40px;
}
.lang-inline li{
margin:2px;
display: inline;
}
In template_css.css at bottom you have this:
.lang-inline{
list-style:none;
text-align:center;
}
.lang-inline li{
float:right;
margin:2px;
}
change that to this:
.lang-inline{
list-style:none;
text-align:center;
height:20px;
padding-right: 40px;
}
.lang-inline li{
margin:2px;
display: inline;
}
Please Log in to join the conversation.
-
miana
Inactive member - Topic Author
- New Member
Less
More
- Posts: 9
- Thank you received: 0
12 years 4 months ago #20974
by miana
Replied by miana on topic HOTel Joomla Template - Multilanguage in Joomla
Hello Ivan, thanks try it out, copied your suggesstion in the css. It looks better now in Explorer. Still the Flaggs are under the logo...but i dont mind this.
But on the Iphone or Ipad, the big problem remains. Sending you an screenshot of it, maybe its a problem with the modules....... but you for sure know better.
The Background is black normally....on the iphone or ipad its yellow...like you can see. PS: Dont mind the menue, its ok think this was the Screenshot Tool which makes it looking like that.
Thx Hana
But on the Iphone or Ipad, the big problem remains. Sending you an screenshot of it, maybe its a problem with the modules....... but you for sure know better.
The Background is black normally....on the iphone or ipad its yellow...like you can see. PS: Dont mind the menue, its ok think this was the Screenshot Tool which makes it looking like that.
Thx Hana
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 4 months ago #20994
by ivan.milic
Replied by ivan.milic on topic HOTel Joomla Template - Multilanguage in Joomla
add this to template_css.css:
.mod-languagesright{
display:block;
height:20px;
}
.mod-languagesright{
display:block;
height:20px;
}
The following user(s) said Thank You: miana
Please Log in to join the conversation.
-
miana
Inactive member - Topic Author
- New Member
Less
More
- Posts: 9
- Thank you received: 0
12 years 4 months ago #21004
by miana
Replied by miana on topic HOTel Joomla Template - Multilanguage in Joomla
Hey Ivan,
thanks for all. solved the problem with the ipad and iphone now.
Have a nice weekend!
Hana
thanks for all. solved the problem with the ipad and iphone now.
Have a nice weekend!
Hana
Please Log in to join the conversation.
Time to create page: 0.089 seconds