Tagged: yigit
hi, my blog have an appearance problem on mobile phones. http://i.imgur.com/hfJvmKV.jpg there is ab big blank white space over the video. can i delete this?
the video do not flow over the whole width. here it does http://www.alfaweb.at/testwaldi/ but not on this page? and is there a simple way to disable the icons on the left ONLY on mobile phones? http://i.imgur.com/lXaKUUH.jpg
Thank you, Greetings, Alexander
Hi,
In your style.css, change this:
.html_header_top.html_header_sticky #top #wrap_all #main {
padding-top: 62px !important;
}
To:
@media only screen and (min-width: 767px) {
.html_header_top.html_header_sticky #top #wrap_all #main {
padding-top: 62px !important;
}
}
Best regards,
Josue