Re: move ilumination_logo

  • neurale
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
13 years 9 months ago #6365 by neurale
HI, I would like to move from the left for about 200 pixel fixed

"ilumination_logo"

becouse i realized that in a high resolution es. 1920 pixel isn't so good.

I wuold like that the iumination logo go on the rear of the menu,

Any ideas?

I all ready tried to resize increasing the leng of it but I want It to start non in the left...

Please Log in to join the conversation.

More
13 years 9 months ago - 13 years 9 months ago #6367 by pirossi
Replied by pirossi on topic Re: move ilumination_logo
I don't quite understand what you want to accomplish but try this:

Edit your_template\css\layout.css

and replace
Code:
#logo { float:left; } #topmenu { margin:0 auto; }
with
Code:
#logo { float: left; padding-left: 200px; position: absolute; } #topmenu { margin-bottom: 0; margin-left: 201px; margin-right: auto; margin-top: 0; }
And please, give us your link so we could analize it live.
Last edit: 13 years 9 months ago by pirossi.

Please Log in to join the conversation.

  • neurale
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
13 years 9 months ago #6372 by neurale
Replied by neurale on topic Re: move ilumination_logo
Thanks for your fast reply.

I' don't want to move menu or logo,but instead only this :

#ilumination_logo {
margin:0 auto;
padding: 0;
}


I have a local site for development...

Please Log in to join the conversation.

More
13 years 9 months ago - 4 years 3 months ago #6397 by pirossi
Replied by pirossi on topic Re: move ilumination_logo
ok, here's the picture with highlighted div's:

Please explain what you want to do with it.
Last edit: 4 years 3 months ago by milos.

Please Log in to join the conversation.

  • neurale
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
13 years 9 months ago - 4 years 3 months ago #6398 by neurale
Replied by neurale on topic Re: move ilumination_logo

pirossi wrote: ok, here's the picture with highlighted div's:

Please explain what you want to do with it.


In a 1920 resolution display the illumination logo I' ll prefer that would be much centered
Last edit: 4 years 3 months ago by milos.

Please Log in to join the conversation.

More
13 years 9 months ago - 13 years 9 months ago #6429 by pirossi
Replied by pirossi on topic Re: move ilumination_logo
try to experiment with bolded propertie values, like I did:

#topmenu {
margin-bottom: 0;
margin-left: 58px;
margin-right: auto;
margin-top: 0;
}

#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;

Don't forget that margin can have negative value (margin-left: -50px).
Last edit: 13 years 9 months ago by pirossi.

Please Log in to join the conversation.

Time to create page: 0.175 seconds
Powered by Kunena Forum