- Posts: 14116
- Thank you received: 1639
Unable to install HotLeafts
-
ivan.milic
Support Staff - Moderator
Less
More
9 years 5 months ago #44691
by ivan.milic
Replied by ivan.milic on topic Unable to install HotLeafts
Add this to layout.css:
#nav{
width:100%!important;
text-align:center!important;
}
#nav > LI{
float:none!important;
display:inline-block!important;
}
#nav{
width:100%!important;
text-align:center!important;
}
#nav > LI{
float:none!important;
display:inline-block!important;
}
The following user(s) said Thank You: tanocr
Please Log in to join the conversation.
-
tanocr
Inactive member - Topic Author
- Member
Less
More
- Posts: 32
- Thank you received: 0
9 years 5 months ago #44695
by tanocr
Replied by tanocr on topic Unable to install HotLeafts
Wonderful, thank you.
How do I fit the footer menu into one line?
Thank you for your help. Deeply appreciated.
How do I fit the footer menu into one line?
Thank you for your help. Deeply appreciated.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
9 years 5 months ago #44697
by ivan.milic
Replied by ivan.milic on topic Unable to install HotLeafts
layout.css:
.footer {
width: 50%;
float: left;
}
change:
width: 50%;
to:
width: 100%;
.footer {
width: 50%;
float: left;
}
change:
width: 50%;
to:
width: 100%;
The following user(s) said Thank You: tanocr
Please Log in to join the conversation.
-
tanocr
Inactive member - Topic Author
- Member
Less
More
- Posts: 32
- Thank you received: 0
9 years 5 months ago #44698
by tanocr
Replied by tanocr on topic Unable to install HotLeafts
You the man!
How do I move the hole page to the top?
How do I center the footer menu?
Thank you.
JJ
How do I move the hole page to the top?
How do I center the footer menu?
Thank you.
JJ
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
9 years 5 months ago - 9 years 5 months ago #44701
by ivan.milic
Replied by ivan.milic on topic Unable to install HotLeafts
Add this to layout.css:
.footer_pad .menu{
width:100%!important;
text-align:center!important;
}
.footer_pad .menu > LI{
float:none!important;
display:inline-block!important;
}
and to move page up :
.topmenu{
padding: 0!important;
}
.header_left, .header_left * {
height: auto!important;
}
.footer_pad .menu{
width:100%!important;
text-align:center!important;
}
.footer_pad .menu > LI{
float:none!important;
display:inline-block!important;
}
and to move page up :
.topmenu{
padding: 0!important;
}
.header_left, .header_left * {
height: auto!important;
}
Last edit: 9 years 5 months ago by ivan.milic.
Please Log in to join the conversation.
Time to create page: 0.405 seconds