Hi,

I want the preface-area (region) to display after main-content for responsive device (resolution max 479px) is this possible?

Comments

vivek.addweb’s picture

You can set preface-area (region) at bottom using css (position:absolute;). This is possible only when "main-content" area height is fixed. Otherwise, it's not possible.

Thanks!