Hello,
Can you please guide me on this theme https://demo.tagdiv.com/newspaper_business/
1. how to make logo float on the left and ad on right
2. How to increase menu bar height. It is now 36 px and I want it 45px.
Thank you in advance
To move the logo to left side, Go to your theme panel > custom code > custom css then paste this code there :
.td-business .td-header-style-1 .td-header-sp-logo {
float: left;
margin: 5px 15px 0 0;
}
To change the main menu height, pase this code in your custom code section :
.td-header-wrap .td-header-menu-wrap-full {
height: 45px !important;
}
ul.sf-menu>.td-menu-item>a {
line-height: 45px;
}
@media (min-width: 768px) {
.header-search-wrap #td-header-search-button .td-icon-search {
line-height: 45px;}
}
Hello and thank you for your reply.
The logo doesn’t go left because of the banner 🙁
Please check http://www.artcolor.gr/tourmarket/
And regarding the menu how can the categories be aligned in the middle?
I also can’t find where to translate the today above the weather widget.
-
This reply was modified 8 years by
dunies.
Copy/paste this code to replace the old one
.td-business .td-header-style-1 .td-header-sp-logo {
float: left !important;
margin: 25px 15px 0 0 !important;
}
.td-header-wrap .td-header-menu-wrap-full {
height: 45px !important;
}
ul.sf-menu>.td-menu-item>a {
line-height: 45px !important;
}
@media (min-width: 768px) {
.header-search-wrap #td-header-search-button .td-icon-search {
line-height: 45px !important;}
}
@media (min-width: 767px){
.td-business .td-header-style-1 .td-header-sp-recs {
margin: 27px 0 28px 0 !important;}
}
Add this code :
@media (min-width: 1140px){
.td-business .td-header-style-1 .td-header-sp-logo {
width: 455px;}
}
I use 455px cause i noticed you logo size is 445px, you can make as wide as you wish. if it does not work, just add !important after the width value.
Really!?! That’s why you reply that fast! Well your support is top notch! May be the theme owners to consider hiring you!
I have 2 more issues that I need help.
1. when page loads the menu text is black and then gets white. How can I make it be white as page loads?
2. on news ticker the right arrow does a weird “jumping” to the left.
Thank you so much!
Hello,
A few days ago we fixed the logo to be situated on the left. However while the page loads it is shown on the right and then it goes to left.
How can this be corrected?
http://www.artcolor.gr/tour/
Hello
First off, let me thank Ochelh for the help! We appreciate it.
Now for the issue at hand: CSS works in cascades. It will first load the default style and then make the rewrites you add in the theme panel. Any change you make to the css will be loaded like that. In order to make this load faster you should add the custom code directly in style.css under the main theme folder. This will make the rewrite much faster and not noticeable.
Thank you!
Hello Bogdan,
I’m still having problem with the fonts and business theme.
On a site that I used the default theme, the custom fonts and all the custom css load immediately. My problem is the business theme.
I like it and I want to use it but this is a problem that needs a solution. Editing the style.css is not a solution as there will be issues with future updates.
Do you by any chance have the custom css of business theme to add it directly instead of importing the options?