Increasing height of full width header image

Posted in: Newspaper
Post count: 107

Hi team,

How can I increase the height of the featured image on full width pages:

http://www.betasite09.co.uk/2015/04/vera-ora-how-to-raise-a-superstar/

Also,

How can I remove the header border line (below main menu) as can’t find it in the Control Panel

Do You have any videos to show how to use the Revolution Slider for the homepage posts, or can I use the block slider full width?

Post count: 7909

Hi,

The height of featured image in post style 4 can be increased via custom css in Theme Panel > Custom Css here is an example for desktop screen:

@media (min-width: 1019px){
.single_template_4 .backstretch {
height: 800px !important;
}
.single_template_4 .td-big-slide-background {
height: 800px !important;
}
.single_template_4 #td-full-screen-header-image{
height: 800px !important;
}
.single_template_4 .td-template4-header {
top: -270px !important;
}
}

Also you can remove main menu border using this custom css: http://screencast.com/t/32Scya2f58

.td-full-layout .td-menu-background {
border-bottom: none;
}
.td-full-layout .td-menu-background:after {
display: none;
}

Unfortunately we don’t have any videos, but you can use Slider in your page at full width row(3 columns): http://screencast.com/t/ucrXI0Gflsot like you can see on our demo – http://demo.tagdiv.com/newspaper/ios-slider/

Thanks!

Post count: 107

Hi Alin,

They work great. I’ll work tonight to getting my slider to work properly.

Hope you can help with one. I’ve noticed that when I modify a font (like a post quote), my menu and block fonts change too! I don’t think this is working properly. (I’m on latest version).

Post count: 7909

Hi,

Please check your console when you have that issue with fonts. I also checked you site and did not found any errors in console and this is the font for menu – http://screencast.com/t/gPOmbr4Ioy0e

Thanks!

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