header style 7 ads position before main menu

Posted in: Newsmag
Post count: 3

Hello,

i’m shearching how could i make the ads space before the main menu (excactly below logo centred) in the header style 7.

And is it possible to get this just for desktop and big devices users.

Thank you.

Post count: 20688

Hi,

I could give it a try, please post a link to the website so I can try and create a code for this. Mention how exactly it should look, or what you want to modify about it.

Thanks

Post count: 3

Hi, thank you for your feedback,

here is the link http://article19.ma/accueil/

You can see how i want it to be (just on desktop if it’s possible, if not, it well be ok).

now VS what i want

Thank you.

Post count: 20688

Hi,

Something like that could be done with CSS, for example – http://prntscr.com/mdlnrw
Enter the code in the Advanced CSS section of the theme panel, in the desktop field.

.td-header-style-7 .td-header-sp-logo {
margin-bottom: 60px;
}
.td-header-style-7 .td-header-sp-rec {
margin-top: -109px;
}

For the mobile case something like this – http://prntscr.com/mdlpgb
This time enter the code in the phones section of the Advanced CSS section.

.td-header-style-7 .td-header-menu-wrap {
margin-top: 60px!important;
}
.td-header-style-7 .td-header-sp-rec .td-header-ad-wrap {
margin-top: -114px!important;
}

Post count: 3

Thank you,

i think it’s okey now.

Best regards.

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