Hello ?
Any help ?
Thanks to anybody who will …
The latest 6 questions got answered !
Please … any pointers whatsoever …
Guys … come on … help, please !!
0 replies ! Not even the author ?
Come on. Please.
Try this:
Go to WP Dashboard-Appearance-Editor
open style.css file
find on line 736:
#header-links {
float: right;
}
change into:
/* #header-links {
float: right;
} */
find on line 746:
#header .header-links > ul > li a{
color: #777;
padding: 25px 20px;
}
change into:
#header .header-links > ul > li a{
color: #777;
padding: 25px 0px;
}
After you’ve done this use a narrower logo, about 200px wide, so the last link will line up.
Actually, the logo is just a little bit to wide, now it is 277px wide, narrow it to 270px or less.