Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Andrea

    (@artsparrow)

    Just wanted to add: the width is especially important for mobile because the content box appears to go fullscreen when in mobile view, any way to avoid that?

    https://artsparrow.com/wp-content/uploads/2019/01/Screen-Shot-2019-01-30-at-2.48.21-AM.png

    Thanks again!

    Hey, Andrea

    It is my first time working with this plugin and I think the developer did a great job.
    Well you should try to style/add your CSS something like this :

    @media (max-width: 724px){
    #powerTip {
    width: 80%; (add your own width px or %)
    height: 30%; (add your own height px or %)
    position: fixed;
    margin-top: 10% !important; (add your own margin)
    margin-left: 10% !important; (add your own margin)
    overflow-x: hidden !important;
    overflow-y: hidden !important;
    }
    }

    Hope it helps ??

    BR

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Width of content box’ is closed to new replies.