Responsive website

Discussion in 'Integration' started by rlgman, Nov 16, 2014.

  1. rlgman

    rlgman New Member

    Joined:
    Dec 3, 2007
    Messages:
    2
    I am redesigning our website to be responsive to different devices our users may be using. The pages have to be scaleable to accommodate them. Does anyone know how to alter the amember pages (login, signup, etc.) to add media queries? Has anyone already done this?
  2. caesar

    caesar aMember Pro Developer Staff Member

    Joined:
    Oct 16, 2009
    Messages:
    2,295
    Default aMember theme is already responsive and uses media queries. I assume you talk about latest version.
    Anyway all necessary additional CSS rules (including media query) can be placed in file amember/application/default/views/public/css/site.css.

    Also please have a look
    http://www.amember.com/docs/Themes_and_Templates
  3. rlgman

    rlgman New Member

    Joined:
    Dec 3, 2007
    Messages:
    2
    Thanks.I amusing version 4.x Pro. Does this version incorporate the media queries you mentioned? If not is the addition of the media-queries entries in the css file you mentioned sufficient to complete what I need to do? I assume I'll have to link each page to the site.css file.
  4. caesar

    caesar aMember Pro Developer Staff Member

    Joined:
    Oct 16, 2009
    Messages:
    2,295
    Responsive default them was released in 4.3.0. You can use media query in any CSS file (it does not related to aMember at all). site.css will be included to all pages automatically.

Share This Page