Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #461879

    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

    #462227

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.