Hi @Aditya,
To solve your problem, please try the modification in header-style-11.php, like that:
http://screencast.com/t/6FUlkwGD2Fhn
If you want to adjust the space border below the banner ad, please try this custom CSS to fix it:
.td-header-style-11 .td-header-sp-logo {
padding-bottom: 20px;
}
Thanks.
Hi,Catalin
I’m selecting Style 2. I only had to css code for border. below Logo+add
Like That – http://www.screencast.com/users/addyshon/folders/Default/media/630e8d7e-0eca-4f48-af70-e20f8cd9386e
Hi Aditya,
It is necessary to make some changes in style header-2 template for your customization like this:
http://screencast.com/t/pc3Td0DV and then try a bit of custom CSS below:
.td-header-style-2 .td-header-sp-logo {
margin-left: auto;
margin-right: auto;
}
.td-main-page-wrap {
padding-top: 22px;
border-top: 1px solid black;
}
The result you can see here: http://screencast.com/t/RHnTMiayh7y
Thank you and let us know how it goes!
Dear, Catalin
I want only the border, after Header style 2.
like see this http://www.screencast.com/t/diWkw0tS
Then my problem will be solved.
Thank you
Hi Catalin,
I was added last code but That Code is Working at Main Menu at style 2
See here: http://www.screencast.com/t/flS3Nb21KP
I want to make border below logo and ad in header style 2, So please provide me Dear. and give me hint CSS code fixing Place.
Thank You
-
This reply was modified 10 years by
Aditya.
Hi Aditya,
Please try the code below and fix the problem with border in header style 2. This code is available only on this header style.
.td-header-style-2 .td-banner-wrap-full {
border-bottom: 1px solid #F3F1F1;
padding-bottom: 20px;
}
.td-main-page-wrap {
padding-top: 20px;
}
The result: http://screencast.com/t/ACxqzx5kv
I hope that is what do you want. If is not, please provide more details.
Thanks!
