How to get rid of horizontal scroling? - Joomla! Forum - community, help and support
hello!
i wanted make background image being visible in resolutions. suggested me use code achieve it:
it show image way want, there's unwanted "side-effect" reason. small horizontal scrolling. question how avoid it? here's site's url:
http://idevsky.com
i wanted make background image being visible in resolutions. suggested me use code achieve it:
code: select all
body {background:none !important;}
.header-outer { background: #fff url(http://idevsky.com/images/1.jpg) no-repeat
center center;background-size: contain;width: 100vw;height: calc(100vw / 1.5);}
it show image way want, there's unwanted "side-effect" reason. small horizontal scrolling. question how avoid it? here's site's url:
http://idevsky.com
try bgmax if want static background. provide js scripts , css hacks keep background in place.
http://extensions.joomla.org/extension/bgmax
http://extensions.joomla.org/extension/bgmax
Comments
Post a Comment