Altering the width of the width for a specific page

Altering the width of the width for a specific page

This question is not answered

I need to alter the width of the widget for a specific page.For example:in one page i need to increase the width and in another page i need to decrease.In both the page will be using the same widget.

All Replies
  • You can use CSS to create a selector specific to the page.  If you view source you will find a div with a content-fragment-page class that also contains another class that is the page name.
     
    So you could preface your selector as follows (this is the home page):
    .content-fragment-page.common-home  ….
     
    Or for the user profile:
    .content-fragment-page.user-userprofile  ….
     
    Just remember widths are subject to containers and if you allow a page’s layout to be modified your Css could become invalid.
    Patrick Mason
    Development Lead- Extensibility
    o: 214.420.1329
    telligent.com
     
    From: Srini@Infy [mailto:bounce-SriniInfy@communities.telligent.com]
    Sent: Friday, November 02, 2012 6:36 AM
    To: bugsandissues@communities.telligent.com
    Subject: [Bugs and Issues - Telligent Community] Altering the width of the width for a specific page
     

    I need to alter the width of the widget for a specific page.For example:in one page i need to increase the width and in another page i need to decrease.In both the page will be using the same widget.