Hello vasiliki,
Depends on what kind of header style uses into your website. Please notice that our theme is implemented 12 header templates with the different style. If you want to have a big header logo, you have to use a header style that has a full logo displayed on this style, look like header style 9, 10 or 11. If you are using other header styles besides these, you have to use a bit of CSS to change the dimensions of the logo and you can break the layout. Please provide your website so I can inspect it closer and provide you a more accurate response.
For more information about our header’s styles, please check the documentation here-> https://forum.tagdiv.com/header-styles/
Thank you for the message!
Hi Catalin
thanks for the answer. Actually I am working on Newspaper theme on a different location than the front page.
It is here: http://embolos.gr/emvolos/
I don’t care which header style I use.
Thanks
Hello vasiliki,
If you want to have a bigger logo and if you choose for one of our header styles, you will not have any problem with responsiveness. I suggest you using header style 9,10,11 for a good result for a bigger logo loaded. The result you should see here -> http://screencast.com/t/BdSZ293e76s -> http://screencast.com/t/m1p0b4c1 -> http://screencast.com/t/qJ6tMRPNyYL3
Hope this helps!
Thank you for the message!
I have a style 10 with full logo 1920×287, the same size used but less in height in the “Car demo”.
I did put a copy of the site elsewhere and I loaded the Car demo replacing the Car logo with mine and it works fine.
Although when I install only the car demo without the content, the logo is not responsive.
Could it be that there is some CSS loaed with the full demo which isn’t there when using the theme staight
Hello,
The full logo has nothing to do with the car demo. you can add a logo of that size on any demo in header style 10 and it will be responsive. I just added a logo of 1920 x580 px in the default demo and it works fine and it is responsive. It remains responsive even if I activate the car demo with or without content. If responsiveness breaks on your site, it is probably from other sources like a conflicting plugin.
Let us know if you require further assistance with this
Thank you!
I have just seen that Microsoft Edge is doing fine but the Firefox isn’t and I was working on the MS explorer earlier on when I noticed, also not responsive header.
I have a site http://2imsa.be which is Dutch and is has the newspaper theme without any demo installed.
http://2imsa.be/news is a copy of it but with the “Car demo” installed without the data and in English.
Both of them are new clean installations, only Akismet and Hello Dolly came with the installation but not activated.
Only WP Bakery Visual Composer and Revolution slider are activated.
Could you look at it in different browsers
The picture is not showing the same
I saw other issues about it in the forum
Thank you all so much.
I just picked Header Style 9 and uploaded my logo. It seems to work fine on IE, Chrome and Firefox.
You can see it here: http://emvolos.gr/
Refering to the post from vasiliki and his site http://emvolos.gr/
The logo is
-
not responsive
: minimising the screen, you see only the left part that stays visible, there when you activate a demo, the logo gets smaller and still vissble in full wwidth.
Hello,
I ran a few tests with the examples provided and it really seems to be a problem with firefox. The logo loses it’s responsiveness.
@ Everyone who encounters this issue, please add this css code in your theme panel -> custom css box:
.td-header-style-10 .td-header-sp-logo img{
width:100%!important;
}
(this is for header style 10. If you encounter issues on another header style like header 9 for example, change the number form the header style in the code)
This should do the trick.
I will add this issue on our list for further testing and if there is a bug i will be fixed in a future version of the theme
Sorry for the inconvenience.