Delete space between slider and main menu

Posted in: Newspaper
Post count: 1

Hello,

1) I would like to delete the space between my main menu and the slider (made with revolution slider). What do I have to do please ? I thought that there was a problem with TRENDING NOW but it doesn’t seem….
2) Is it possible to have a box which appears to delimitate the SEARCH BOX on the right
3) Is it possible to have a main page with a slider and optin form in “full page” on top and under articles on the 2/3 left and a sidebar on 1/3 right ?

http://www.screencast.com/t/MaQn4Kxqvy

Thank you for very much for your reply.
And great Theme by the way

Post count: 22421

Hello,

Thank you for your appreciation.
1) You can use this css code to remove the top padding:
.home .td-main-page-wrap{
padding-top: 10px!important;
}

add the code in the theme panel->custom css box/

2) I’m not sure exactly how you want to separate the search. You can add a few css effects to the icon if you like for example:
.td-icon-search{
border: 1px solid lightgrey;
}

result: http://screencast.com/t/a7wW2VCAI
or maybe

.td-icon-search{
border-left: 1px solid lightgrey;
}

http://screencast.com/t/0QWMWxawIoe

3) Optin forms are added with plugins so I;m not sure exactly how you want the form. The details are pretty vague. You already have a full width slider from revolution slider plugin so you only need a form and content below the slider. For this you can use visual composer:
https://forum.tagdiv.com/how-to-use-visual-composer/
https://forum.tagdiv.com/block-settings-guide/

Hope this helps.

Thank you!

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