- Posts: 25
- Thank you received: 0
Insert Logo on module position user3
-
microweb
Inactive member -
Topic Author
- Member
-
Less
More
12 years 9 months ago - 12 years 9 months ago #19840
by microweb
Insert Logo on module position user3 was created by microweb
Hi Ivan..
I want to use modposition user3 instead of logo for my logo. but when I make a new custom html, insert a pic (110px height) and first in order, it shows only 40px of my logo and the mainmenu is correct..So I change in template_css.css in row 653 (height:130px;).... Now logo shows well but the menu is 130px too and the dividing lines is to high (inside the content).
Goran
I want to use modposition user3 instead of logo for my logo. but when I make a new custom html, insert a pic (110px height) and first in order, it shows only 40px of my logo and the mainmenu is correct..So I change in template_css.css in row 653 (height:130px;).... Now logo shows well but the menu is 130px too and the dividing lines is to high (inside the content).
Goran
Last edit: 12 years 9 months ago by microweb.
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 9 months ago #19844
by ivan.milic
Replied by ivan.milic on topic Insert Logo on module position user3
send link
Please Log in to join the conversation.
-
microweb
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 25
- Thank you received: 0
12 years 9 months ago #19846
by microweb
Replied by microweb on topic Insert Logo on module position user3
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 8 months ago #19848
by ivan.milic
Replied by ivan.milic on topic Insert Logo on module position user3
in template_css.css:
you have
height: 130px;
return that back to 40px
Code:
#nav > li {
margin: 0 !important;
padding: 0;
border-bottom: none;
border-right: 1px solid #444;
height: 130px;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjMyIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.32) 0%, transparent 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0, 0, 0, 0.32)), color-stop(100%,transparent));
background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.32) 0%,transparent 100%);
background: -o-linear-gradient(top, rgba(0, 0, 0, 0.32) 0%,transparent 100%);
background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.32) 0%,transparent 100%);
background: linear-gradient(top, rgba(0, 0, 0, 0.32) 0%,transparent 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#52000000', endColorstr='#00000000',GradientType=0 );
}
you have
height: 130px;
return that back to 40px
Please Log in to join the conversation.
-
microweb
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 25
- Thank you received: 0
12 years 8 months ago #19850
by microweb
Replied by microweb on topic Insert Logo on module position user3
When I change it back to 40px....
Now it shows the logo only the half of it.
Is there any way to change only the height of mainmenu..
Thanks
Goran
Now it shows the logo only the half of it.
Is there any way to change only the height of mainmenu..
Thanks
Goran
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 8 months ago #19851
by ivan.milic
Replied by ivan.milic on topic Insert Logo on module position user3
we can tune it but you would have other problem on smaller browsers. So use position that is intended for that, or you can hire us for custom job to modify template for you.
Please Log in to join the conversation.
Time to create page: 0.186 seconds