business theme

Posted in: Newspaper
Post count: 32

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

Post count: 19

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;}
}

Post count: 32

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.
Post count: 32

I also need the height of the logo background area to be 145px. Thank you!

Post count: 19

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;}
}
Post count: 32

This worked so nicely! Thank you so much for your support! 🙂
One last thing is to make logo bigger. How can I ?

Post count: 19

The max-height of the logo is 90px, all you have to do is create a logo with height 90px.

Be aware that increasing logo’s height will increase its width and this will push the ad banner from its place.

Post count: 32

In case I decide not to have banner, can I have a bigger logo? Is that possible?

Post count: 19

In that case yes you can increase logo height to 90px

Post count: 32

Somehow the theme doesn’t accept the image width to be above 300px. Even though I add a bigger logo it gets reduced to 300 and in bad quality. Any solutions?

Post count: 19

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.

Post count: 32

yesssssss!!! This worked like a charm!!! 🙂 Thank you for this great support!

I have one more question, On the default theme I have noticed there are custom sidebars. On business there are only 3 for footer and 1 default. How can I create sidebars?

Post count: 32

I found it!!! Everything is great! I love your theme! <3

Post count: 19

Glad everything is working well.

PS: i am not from support, just a regular user of this awesome theme.

Post count: 32

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!

Post count: 19

Thank you for those kind words!

First of all, you should update your theme and plugins. A new update has been released today. If those problems were not fixed then i’ll be happy to help you fix theme.

Regards,

Post count: 32

I updated but it hasn’t fixed those issues

Thank you!

  • This reply was modified 8 years by dunies.
Post count: 19

Use this :

.td-next-prev-wrap .td-trending-now-nav-right {
margin-right: 0 !important;
}

Post count: 32

you are impressively good!!!

Now I only need help at this

1. when page loads the menu text is black and then gets white. How can I make it be white as page loads?

Post count: 19

Go to theme file style.css ligne 4917 and delete : color: #000;

Post count: 32

That worked but I will have to remember it in every update 🙂

Thank you so much! <3

Post count: 19

You are welcome.

Wish you good luck 😉

Post count: 32

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/

Post count: 22421

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!

Post count: 32

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?

Viewing 25 posts - 1 through 25 (of 30 total)
The forum ‘Newspaper’ is closed to new topics and replies.