Announcement

Collapse
No announcement yet.

Page width

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Page width

    Hi there,
    I am looking to change the page width of my site but dont know how. The top header (using executive theme) carries right a long the top of the page, is there any way to shorten it.
    Many Thanks
    Toby

    #2
    You need to edit the layout called 'Actinic Stylesheet' which you will find in the 'Web Page Outer Layout' group of the library.

    You need to edit the width in the following classes, and change them to 100%

    .page_header_content (line 261)
    .page_menu_content (line 323)
    .page_body_content (line 351)

    Comment

    Working...
    X