• I’m finding that while the book pages rescale nicely with the Magazine Pro theme, they don’t do so well with Aspire Pro. At intermediate sizes, the book cover overlays the description text, which in turn overlays the buy buttons. Clearly, the css isn’t working well with this theme. Any idea of how to fix this?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi there,

    It looks like there is code in the child theme that is affecting how the page is displaying. You can reach out to the child theme developer or you could try something like the following…

    You could go to your Dashboard ==> Appearance ==> Customize ==> Additional CSS and try adding the following code:

    .single-books .one-third {
    height: auto;
    }

    Have a great weekend!

    Thread Starter Yael Shahar

    (@yael-shahar)

    Yep, that did the trick! Thank you so much for the prompt reply!

    You’re welcome,

    Have a great week!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Isn’t responsive with Aspire theme’ is closed to new replies.