Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter webteam305

    (@webteam305)

    OK. Thanks. And thanks for the quick responses, not every plugin author can manage your level of technical support, but it is greatly appreciated.

    Thread Starter webteam305

    (@webteam305)

    Understood. But how do you know the containing element is 48px when loading in a slim window?

    Also, what would the @media look like?

    Thread Starter webteam305

    (@webteam305)

    OK. I was already using a custom stylesheet to center the slideshow. So, now I added the width and !important and it seems to have taken care of the overlapping issue:

    .slideshow_container { width: 100% !important; margin: 0 auto; }

    However, it still shrinks too small in Firefox when you refresh. I was thinking the % width would fix the issue without having to use a media query. Do you think I still need the media query to address the Firefox refresh issue?

    Thread Starter webteam305

    (@webteam305)

    The Responsive front-page template automatically adds <p> tags around content if no other <h> tags or anything else is used.

    I don’t want to have to build a child theme to fix the issue. I’m trying to do as much as I can “out-of-the-box” to keep overall project times down. Do you have any other thoughts or suggestions that would work?

Viewing 4 replies - 1 through 4 (of 4 total)