• Resolved Lunis

    (@lunis)


    Hi! Great tool. Would it somehow be possible to, say, make the pull quotes left aligned in desktop view and center aligned in mobile view? Or set different quote sizes depending on the whether you view the homepage on a desktop or a mobile phone?

    Kind regards.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Jason Yingling

    (@yingling017)

    Hi there,

    You could do that via CSS for sure. You can place this block of CSS in the Additional CSS panel of the Customizer (Appearance > Customize) to make the pull quote full-width at any screen size below 540px.

    @media only screen and (max-width: 540px) {
    	.epq-pull-quote {
    		width: 100%;
    	}
    }
    Thread Starter Lunis

    (@lunis)

    Thanks a lot. Much appreciated!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Different alignment for desktop and mobile view?’ is closed to new replies.