Cyberek wrote:Ok. First thing to do - go to template settings - features tab and change logo type to image.
After that please select your logo image in next field.
When this will be ready You can either search for "how to create responsive image" - and max-width and max-height should be the things You are searching for, or write back and Ill try to help You further.
Well
thank you first of all for your suggestions. Finally I managed something with another "road"- exploiting the responsive design that you have in another module positions. In my case in "top1" position.
So I placed a banner (or a custom html module) with my pic- logo in this (top1) position and then I have the rest (horizontal navigation and the content).
But I noticed one- two disadvantages with this solution. The "login" position- above the right sidebar- must be cancelled, so the login form must be moved in the sidebar position (otherwise "gkContentWrap" is starting from the login position and after) Ok? when this is happening, I don't have the gk i frame with the login form, just a simple static login form.
Well, you can ask me,why you don't place your logo-banner to the banner position? well because this position doesn't have a responsive design from the start! i think this is a bug in the template, you can check it. (Also the menu in the left sidebar doesn't show at all in a small window - i've just minimized it, i don't have a smart phone to check it for sure)
The second disadvantage is that now the logo of my site loads incredibly slowly, in contrast with your original position for it.
And for the records, I didn't manage to make the picture responsive. I used this code from
http://www.sitepoint.com/css3-responsive-centered-image/#gkLogo img {
position: absolute;
max-width: 80%;
top: 0%;
left: 18%;
}
the picture increases and reduces, as I play with the size of the browser, but when I have resolution 1240X1024 is the desirable place, when i have 1024px goes again near to the sidebar -there isn't something that i could "stop the width" in the end of the content. ( I din't even continue to :empty parameter)
this is my story until now
any other suggestion would be more than welcome