- Posts: 32
- Thank you received: 0
How do I center the top menu?
-
tanocr
Inactive member - Topic Author
- Member
Less
More
9 years 8 months ago #44662
by tanocr
How do I center the top menu? was created by tanocr
How do I center the top menu?
Please Log in to join the conversation.
-
tanocr
Inactive member - Topic Author
- Member
Less
More
- Posts: 32
- Thank you received: 0
9 years 8 months ago #44663
by tanocr
Replied by tanocr on topic How do I center the top menu?
How to I center the logo as well?
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
9 years 8 months ago #44673
by ivan.milic
Replied by ivan.milic on topic How do I center the top menu?
In layout.css:
.logo_pad {
padding-top: 20px;
}
add padding-left property
.logo_pad {
padding-top: 20px;
}
add padding-left property
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 8 months ago - 9 years 8 months ago #44676
by tanocr
Replied by tanocr on topic How do I center the top menu?
This is how I have it now and still not working for me.
.logo {
height:82px;
width:675px;
float:center;
}
.logo_pad {
padding-center:15px;
50.87.248.157/~legatocm/
.logo {
height:82px;
width:675px;
float:center;
}
.logo_pad {
padding-center:15px;
50.87.248.157/~legatocm/
Last edit: 9 years 8 months ago by tanocr.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
9 years 8 months ago #44679
by ivan.milic
Replied by ivan.milic on topic How do I center the top menu?
I did not told you to do that, float:center does not exist.
Try:
.logo_pad{
padding:0!important;
}
.logo_pad IMG{
margin:0 auto!important;
}
Try:
.logo_pad{
padding:0!important;
}
.logo_pad IMG{
margin:0 auto!important;
}
Please Log in to join the conversation.
Time to create page: 0.358 seconds