• Resolved nihalmalik17

    (@nihalmalik17)


    In mobile view my pricing column comes below site reviews. What do i need to do to make the reviews come below the pricing

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

Viewing 1 replies (of 1 total)
  • Plugin Author Gemini Labs

    (@geminilabs)

    This is not a Site Reviews issue, it has to do with your theme’s HTML layout. You could replace the Site Reviews shortcodes on your page with any other page content and you would have the same problem.

    You’ll probably want to add a CSS media query to change the flex direction on mobile widths, something like this:

    @media (max-width: 544px) {
    #learn-press-course {
    flex-direction: column-reverse;
    }
    }
Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.