Forum Replies Created

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

    (@angryjerknxc)

    Hey again, have another bug for you.

    Discovered that embedded YouTube videos are also non-responsive when viewed on mobile. Fixed this by adding the following CSS:

    iframe {
    max-width: 100%;
    max-height: 100%;
    }

    Thread Starter angryjerknxc

    (@angryjerknxc)

    Adding another bug to the list for you.

    I fixed the issue with images not being responsive on mobile, however I noticed that images with captions continued to break the margins. I was able to fix this with the following CSS:

    @media (max-width: 988px){
    .wp-caption {
    /* Force the box to be 100% / width: 100% !important; } #content .wp-caption a img { / Scale down if too big / max-width: 99.03225806%; / 614/620 */
    height: auto;
    }
    }

    Thread Starter angryjerknxc

    (@angryjerknxc)

    I figured it out. Turns out I’m blind and missed the relevant CSS located under CSS>colors>default.css. You can also customize the colors of the dark theme from there too if you go to dark.css.

    I also didn’t realize that the dev offers a Pro version of the template which seems to include more customization options. I encourage those who aren’t good with CSS to pay for the Pro version and support the developer, as this is a pretty nice theme.

    This “block widget” update is borderline unusable. It’s slow, clunky, and tedious to work with.

    Serious question. Do you guys do any quality control before you release this stuff? Because this is terrible.

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