- Posts: 5
- Thank you received: 0
Re: move ilumination_logo
-
neurale
Inactive member - Topic Author
- New Member
pirossi wrote: try to experiment with bolded propertie values, like I did:
#topmenu {
margin-bottom: 0;
margin-left: 58px;
margin-right: auto;
margin-top: 0;
}
with this code, the menu become static and not center when window resize smaller
pirossi wrote: try to experiment with bolded propertie values, like I did:
#ilumination_logo {
margin-bottom: 0;
margin-left: 150px;
margin-right: auto;
margin-top: 0;
padding-bottom: 0;
padding-left: 0;
padding-right: 0;
padding-top: 0;
with this, ilumination logo move anyway the menu...
mmm any ideas?
Please Log in to join the conversation.
-
pirossi
Inactive member - Member
- Posts: 146
- Thank you received: 11
Also try to put position:relative; inside #topmenu.
Sorry but due to my grafic card I couldn't see resolutions higher than 1680x1050.
Please Log in to join the conversation.
-
neurale
Inactive member - Topic Author
- New Member
- Posts: 5
- Thank you received: 0
pirossi wrote: I mean that you change margins simultaniously in #topmenu and #ilumination_logo until you achieve desired layout.
Also try to put position:relative; inside #topmenu.
Sorry but due to my grafic card I couldn't see resolutions higher than 1680x1050.
obviusly simultaniously
but if you change them, when you resize window of the browser, I can' t be centered, with the body of the page. is not necessary to change the resolution of the display..you know...
I'll try with relative..
Please Log in to join the conversation.