This topic has 5 replies, 3 voices, and was last updated 9 years, 1 months ago ago by Eva Kemp
Hi,
The client is being difficult, would it be possible to make the back stretch to top and bottom as indicated in this screen shot please:
would be great of you could help!
Thanks
Hello,
Please use this code in Global Custom CSS.
.vc_custom_1446151034005{
margin: -35px 0px 0px !important;
}
Also this section (http://prntscr.com/8wz5zt) you can remove in Home Page via Visual Composer plugin. See screenshot: http://prntscr.com/8wz6ir
Regards,
Robert Hall.
Hello,
I’ve added this code in CSS block of VC editor on your home page:
.page-heading-slider .wpb_revslider_element {
margin-bottom: 0px;
}
hr {
margin-top: 0px;
}
Regards,
Eva Kemp.
Hi I have managed to add it as one big image (banner).
But a couple of things…
1. images does not stretch from side to side on and on the edges in firefox:
2. images does not stretch from side to side on and on the edges, and the pink line at the bottom is not showing in chrome:
3. images does not stretch from side to side on and on the edges, at the top does not touch and the pink line at the bottom is not showing in safari:
if you cant help and it is a headache, just let me know and i will tell the client it is not possible.
Thank you.
Hello,
1./3. Try to use the option “Stretch row” http://storage2.static.itmages.com/i/15/1031/h_1446287413_6446168_ab4c4eb998.png .
2. Pink lines weren’t shown because you wrote in Global Custom CSS:
hr, .hr.divider {
background: rgba(0, 0, 0, 0) none repeat scroll 0 center;
border-color: -moz-use-text-color -moz-use-text-color #df1997;
}
” -moz-use-text-color -moz-use-text-color” means that value is active only for Mozilla browser. I’ve deleted it. Please check lines in Chrome now.
Regards,
Eva Kemp.
You must be logged in to reply to this topic.Log in/Sign up