Logo & image

Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Mon Aug 24, 2015 4:17 pm
Reply with quote
Report this post
Hi
1) I need center de image - the image have= width 1400 PIX.
2) I need center de Logo, i use HEADER III - in the demo logo is centered.
3) I'm using logo.png and is doubled, what should I use?

my URL is:http://www.reingenieria.co

I appreciate your help.
User avatar
Expert Boarder

teitbite
Wed Aug 26, 2015 5:01 pm
Reply with quote
Report this post
Hi

1. add this to override.css

Code: Select all
.gkHeaderBg {
background-position: center center;
}


2. For this use this code:

Code: Select all
#gkHeader #gkLogo {
    left: 50%;
    margin-left: -85px;
}


3. Here logo is too big, but lets move the top layer a little higher to make it hide:

Code: Select all
#gkTop {
    top: -100px;
}
User avatar
Moderator

GK User
Wed Aug 26, 2015 7:15 pm
Reply with quote
Report this post
1) Removing the original content code in the background header image is reduced in height
to increase the space I did something I think is not right:
I doubled several times
<p> & nbsp; </ p>
<p> & nbsp; </ p>
<p> & nbsp; </ p>
<p> & nbsp; </ p>

Who is right?

2) indeed the logo must be very large but the start so requires, however the menu in #work is exceeded. is there any way of divorcing the main logo?
[url]reingenieria.co[/url]

Thanks Teitbite, the first 3 issues were resolved correctly. :P
User avatar
Expert Boarder

GK User
Wed Aug 26, 2015 7:18 pm
Reply with quote
Report this post
1) Removing the original content code in the background header image is reduced in height
to increase the space I did something I think is not right:
I doubled several times
<p> & nbsp; </ p>
<p> & nbsp; </ p>
<p> & nbsp; </ p>
<p> & nbsp; </ p>

Who is right?

2) indeed the logo must be very large but the start so requires, however the menu in #work is exceeded. is there any way of divorcing the main logo?
[url]reingenieria.co[/url]

Thanks Teitbite, the first 3 issues were resolved correctly. :P
User avatar
Expert Boarder

GK User
Wed Aug 26, 2015 7:38 pm
Reply with quote
Report this post
Excuse duplication, lack of experience in the forum
User avatar
Expert Boarder

GK User
Fri Aug 28, 2015 3:22 pm
Reply with quote
Report this post
Hello? ...¿ I ask in another post?
User avatar
Expert Boarder

teitbite
Sun Aug 30, 2015 8:51 pm
Reply with quote
Report this post
Hi

It's ok to post in the same thread, please just do not bump Your post. Our automating system is using the last activity date, so Your question is pushed to the end of the line after every bump.

1. Of course You can use empty paragraphs to enlarge Your header. There is nothing wrong with it.

2. It is separated already. Code:

Code: Select all
#gkLogoSmall, #gkLogoSmall.cssLogo {
    height: 38px !important;
    width: 45px !important;
}


will only affect small logo in menu.
User avatar
Moderator

GK User
Tue Sep 01, 2015 12:08 am
Reply with quote
Report this post
Resolve all teitbite
now I need to put a menu with five icons where you see the white boxes. you could help me with the code?

I suspect the menu is riding in Divs but not how to achieve it

you could help me with the code?
User avatar
Expert Boarder

teitbite
Thu Sep 03, 2015 8:57 am
Reply with quote
Report this post
Hi

I think it would be best if You add as a custom HTML code. An example would me:

Code: Select all
<ul>
<li><img src="scr_to_image"><h3>Menu option</h3></li>
<li><img src="scr_to_image"><h3>Menu option</h3></li>
<li><img src="scr_to_image"><h3>Menu option</h3></li>
<li><img src="scr_to_image"><h3>Menu option</h3></li>
</ul>


when You have it ready and published I'll be able to come out with some css.
User avatar
Moderator

GK User
Fri Sep 11, 2015 3:10 pm
Reply with quote
Report this post
Thanks teibite
where I can change the color of the menu that appears aside in tablets and cell phones.
Which appears on desktop is not the same cell and tablets.
CSS - Menu, but which?
User avatar
Expert Boarder

GK User
Tue Sep 15, 2015 3:39 pm
Reply with quote
Report this post
I can see in another post?
User avatar
Expert Boarder

teitbite
Sat Sep 19, 2015 2:43 pm
Reply with quote
Report this post
Hi

Please do not change any css files. Simply add to override.css a code like:

Code: Select all
#aside-menu li a {
    color: #000;
}
User avatar
Moderator


cron