border after logo+ad

Posted in: Newspaper
Post count: 9

please provide me code of looking like Style 11, in style 11 – top menu-Main menu-full logo-full border -then ad.

But I Want to make top Menu – main menu-logo+ad-full border

Post count: 9

please provide me custom css code of looking like Style 11, in style 11 – top menu-Main menu-full logo-full border -then ad.

But I Want to make top Menu – main menu-logo+ad-full border

Post count: 23312

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.

Post count: 9

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

Post count: 23312

Hello @Aditya,

Please provide more details because i don’t understand what you mean exactly.

Thanks.

Post count: 9

i want to make Header Style 2 Logo + ad after I did make a full border. like header style 11 border

Post count: 23312

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!

Post count: 9

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

Post count: 23312

Hi Aditya,

If you want only the border you must try the code below:

.td-main-page-wrap {
padding-top: 22px;
border-top: 1px solid #F3F1F1;
}

Thanks.

Post count: 9

Hi Catalin,

I was added last code but That Code is Working at Main Menu at style 2

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,

Post count: 9

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

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!

Post count: 9

Hi Catalin

Thanks, my My problem has been solved.

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