Hello,
I have choose header Style 8. Is it possible to increase the height of the logo and the menu length?
I have a logo on height and is difficult to see because your logo’s format is still long.
Can you help me,
Thanks a lot,
NB : bravo for your theme that is otherwise very complete and beautiful!
Hello didoulr,
The theme does not have an option to customize the logo but it can be done with custom css. It’s a bit tricky but we will try to help you out.
Send us a link to your site so we can see the logo’s width and height and try to make it fit.
Thank you.
Thanks a lot for your help! It’s very nice!
http://montfort-catholique-yvelines.fr/
secondly, I try to show, since yesterday, a big slide block grid but nothing appears there is there a particular manipulation to do? I haven’t found a tutorial in your documentation.
If you have a private link I can give you a back office access.
Thanks for all
Hi,
It is not so easy to change the logo size as the theme is responsive and it needs custom modifications to the default css for each screen device. I will try to provide a solution for this, but I suggest to hire a freelance if you need more customization. Please try this cusotm css in Theme Panel > Custom Css – http://screencast.com/t/E8fk5AuvCyEL
@media(min-width: 1141px) {
.td-header-style-8 .td-header-sp-logo {
height: 150px;
}
.td-header-style-8 .td-header-sp-logo img {
max-height: 150px;
}
.td-header-style-8 .td-header-menu-wrap-full {
height: 120px !important;
}
.td-header-style-8 .td-affix .td-header-sp-logo {
height: 94px !important;
}
.td-header-style-8 .td-header-menu-wrap {
height: 120px !important;
}
.td-header-style-8 .td-header-menu-wrap.td-affix {
height: 44px !important;
}
}
@media(min-width: 768px) and (max-width: 1140px){
.td-header-style-8 .td-header-sp-logo {
margin-top: -20px !important;
}
}
You can add a Big Grid or Slide like any other block in your page content. Please make sure that you configure right – https://forum.tagdiv.com/block-settings-tutorial/ Her is also a video tutorial how to create a page – https://www.youtube.com/watch?v=rgWqozuqmJk
If you still have issues with it please provide more details, also some screenshots how you set it will help.
Thanks!
