HEADER STYLE

Posted in: Newspaper
Post count: 78

Good day. Style 4 – Boxed dark menu with logo allows you to place in the top two banners site, this is what I need in the style of Style 3 – Boxed dark menu how to do that in the Style 3 – Boxed dark banner displays two instead of one? Site: http://professional-forex.ru/

Post count: 22421

Hi,

Unfortunately if you want to alter a theme header it has to be done custom. I do not understand exactly how you want your logo but the logo and ad in the headers have no settings to be moved around. You will have to edit the theme files and change the theme code for these elements: http://screencast.com/t/sTQzx3hIScJ

Thank you!

Post count: 78

Thank you, that’s what I need. What an editor for the code you’re using? I liked the screenshot.

Post count: 22421
Post count: 78

Thanks.

Post count: 78

/* —————————————————————————-
table
*/
table {
width: 100%;
}
table th {
text-align: left;
border: 1px solid #ededed;
padding: 2px 8px;
}
table td {
border: 1px solid #ededed;
padding: 2px 8px;
}
table .odd td {
background-color: #fcfcfc;
}

please tell us what impact the change in these parameters? I want to make my own settings for the table. But I am afraid that after the changes in the table something that will not work or be displayed incorrectly.

Post count: 22421

If you plan on customizing things, you should create a subdomain for testing purposes so you will not run tests on your live site. Trial and error is the best way to do it.
The code you mention should not affect the theme layout in any way breaking the site. the width is specified to be 100% so it will not go beyond the theme layout. Unfortunately it will affect all tables on your site so you should really consider using classes for your html tags so you can target them separately with css.

Thank you!

Post count: 78

Thank you. Who’ll take care of the editing.

Post count: 22421

Well the person who creates the html table of course. There are also html table editors online that will help you in this matter.

Thanks.

Post count: 78

Sorry, not correct translation “Google translate”. Thanks for the answer.

Post count: 78

Thank you very much. Here’s what happened: http://prntscr.com/dskuep

Post count: 78

Just as you can see, I added a second sidebar =)

Post count: 22421

OK,
Please let us know if you require any further help
Thanks.

Post count: 78

I do not like I can not solve the problem, I now have this: http://prntscr.com/dubk6r
Set when the title on the main Style 4 looks like this: http://prntscr.com/dubkrb if you put Style 3
it looks like this http://prntscr.com/dublnn I need to Style 3 head type he displayed two banners.
What changes must be made in style 3 that looked like this: http://prntscr.com/dubo1z

Post count: 78

Say it the right decision?

.td-header-style-3 .td-header-sp-recs img {
position: relative;
}

The original code Style 3 does not contain the string.

Post count: 22421

Hello,

Unfortunately no header style can show 2 header ads by default. You will have to customize it yourself. Unfortunately this represents customization and falls beyond what the theme support can offer you.

Thank you!

Post count: 78

Please tell me how to remove the indentation 15 pixels in the central part of the site? I want to make it proportionately among the blocks of 15 pixels, and in the central part of the leaves 30 pixels. http://prntscr.com/e40sok

Post count: 20685

Hi,

You could remove the left and right padding using this code if that is what you want, just enter it in Theme panel->Custom Css

.home .td-pb-span8.td-main-content {
padding-left: 0;
padding-right: 0;
}

Result – https://www.screencast.com/t/TdAkHzhp1x8

Thanks

Post count: 78

Thank you very much, this is what I need 🙂

Post count: 78

After updating the blog, widget headers H4 began on how to return the H3?

Post count: 20685

Hi,

I do not know exactly what you are asking but if you want to change the title tags you will have to edit td_block_template_1.php found in the theme folder->includes->block_templates – https://www.screencast.com/t/vajiO61Aob If this is not what you wanted please provide more specific details about this.

Thanks

Post count: 78

You have written is true, but this method does not work after the update. Problem still exists. H4 tag does not change H3 http://prntscr.com/e6fote

Thanks

Post count: 20685

Hi,

That solution applies for the theme’s blocks widgets but for the WordPress widgets you must change the tag in td_wp_booster_functions.php located in the theme folder->includes->wp_booster – https://www.screencast.com/t/snTCQZ17Kc

Thanks

Post count: 78

Many thanks. You helped me a lot.

Post count: 78

Good afternoon, prompt please connect through a file css styles to a page?

Viewing 25 posts - 1 through 25 (of 73 total)
You must be logged in to reply to this topic.