I want to increase the default logo size in style3. How can i do that?
Hi
Try this css in theme panel > custom code > custom css: http://screencast.com/t/lmLhoIEV66T
.td-header-style-3 .td-header-sp-logo {
width: 300px;
margin: 20px;
}
.td-header-style-3 .td-header-sp-logo img {
max-height: 120px;
}
Thanks!
Hey, it worked but I want equal padding ( if I am right with the word) both at the bottom and above the logo. I want the equal space between the logo and the main menu and logo and the top menu.
Hello kaidensharma,
If you want to move to the left your logo, please notice that you have to use a bit of CSS code to do that. As an example, you can use the code below and place it in Theme panel->Custom CSS area.
The code is ->
.td-header-style-3 .td-header-sp-logo {
margin-left:0;
}
This is a basic example which you can use it to adjust the position of your logo. Please notice that all of these modifications are custom and if you want to bring good results you should implement itself all of these. Also, if you are not aware of the steps which are needed to take in this regard, please consider hiring a freelancer/developer to help you because we cannot provide custom work at the moment, sorry!
Thanks for your understanding!