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/
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!
Thank you, that’s what I need. What an editor for the code you’re using? I liked the screenshot.
/* —————————————————————————-
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.
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!
Sorry, not correct translation “Google translate”. Thanks for the answer.
Thank you very much. Here’s what happened: http://prntscr.com/dskuep
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
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.
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
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
After updating the blog, widget headers H4 began on how to return the H3?
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
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
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
Good afternoon, prompt please connect through a file css styles to a page?
