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

    Thanks for the great theme.
    I have two problems.
    I insert a widget inside socket. 
It works but I like to have on the same line as the text “© Copyright” and a smaller Socket. Can you help me?

    We have video backgrounds. It works fine but for the the mobile Version we would like background images.
    I tried this but it doesn’t work.
    @media only screen and (max-width: 767px) {
    .page-id-539.avia-slideshow-inner ul li {
    background-image: url(http://mydomain.de/wp/wp-content/uploads/Start1.jpg);
    }
    }

    Thanks for your help

    #478369

    Hi Park53!

    Add this to your custom CSS.

    #socket .avia-builder-widget-area {
      left: 350px;
      position: absolute;
      top: 10px;
    }

    Cheers!
    Elliott

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