Hi,
how can I change the theme, so that I have a small logo (40×30) on the left and beside that a I want to write my name (same font and size as the menu points on the right)?
Hey sunshineh!
You could use the code I posted here: https://kriesi.at/support/topic/disappear-title/ – Kriesi also uses it on his website.
Cheers!
Peter
Hey!
Thank you for using the theme.
Please add this:
.logo, .logo a {
overflow: visible;
}
#top .logo-title {
position: absolute;
left: 50px;
top: -20px;
}
#top .logo-title.logo-subtitle {
top: -5px;
white-space: nowrap;
}
#top .subtext {
float: left;
position: relative;
top: -25px;
}
.logo a img {
top: 25px;
}
Cheers!
Ismael
Hi Ismael,
thanks a lot!!
There are only two problems left.
1. The word “Engineering” is below the header in my website
2. Is the side is getting smaller , the look should be the same and now there is chaos (big flower, messy text).