This topic has 8 replies, 2 voices, and was last updated 7 years, 8 months ago ago by Olga Barlow
How can i delete white space between header and picture.
How can i show a video with mute start and starts automatically. But it shouldnt slow the webshop down.
Possible?
Thanks
Hello,
1) Please, provide me the link to page where I’ll be able to check what caused space between header and image.
2) You can use revolution slider to show the video. If you use youtube or vimeo video they won’t be slow down the site. Revolution Slider documentation https://www.themepunch.com/revslider-doc/slider-revolution-documentation/
These items http://prntscr.com/em5pdm
Regards
1) it is http://www.royalhedge.nl/home-default
2) https://gyazo.com/53197dde39b25c9e583f3a965be75692 without video
https://gtmetrix.com/reports/www.royalhedge.nl/UbkXeIWM with video
as you can see there is a huge difference. Somehow the video is sloing down the site. What can i do to fix this?
Hello,
I would like to help you but we can’t give you advanced help with Revolution Slider settings because it’s third-party plugin. If you need advanced support you should contact plugin authors.
Regards
Ok but please tell me why is there a white space?
https://gyazo.com/bc77c35763686553eb45a5ee3d4f6956
Hello,
Page content has default top margin – 30px. Add the following code for those pages where you want to remove the space before the content http://prntscr.com/eng7ga
.content-page, .page-content {
margin-top: 0px !important;
}
Regards
https://gyazo.com/1be84e1893b3c77315b48e913e64e8d1 is this correct since there is a warning sign?
Hello,
You should avoid using of “!important” in CSS styles but there is no way to change that rule without !important in this case.
Regards
You must be logged in to reply to this topic.Log in/Sign up