Active
Project:
Nexus Theme
Version:
7.x-1.3
Component:
Code
Priority:
Major
Category:
Support request
Assigned:
Issue tags:
Reporter:
Created:
12 Apr 2014 at 20:17 UTC
Updated:
11 Jun 2015 at 07:47 UTC
Jump to comment: Most recent
Hi,
I want the preface-area (region) to display after main-content for responsive device (resolution max 479px) is this possible?
Comments
Comment #1
vivek.addweb commentedYou 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!