Before you ask please READ THIS

Page Dimensions

edited May 2013 in Beach Please Posts: 39
Where i can modified the width of the static pages...i need to be more thin...no that so wide.
thks.

Comments

  • AirAir
    Posts: 10,970
    Hi,

    For what type of layout you are asking: full-width or centred, or other?

    With regards.
  • Posts: 39
    For al three, specially left page and where i can change the bg color.
    thks
  • AirAir
    Posts: 10,970
    You can do it with CSS

    /* BG Color */
    .page #content,
    .no-results #content{
    background-color: #f5f5f5;
    }
    /* width */
    .static-left #content,
    .static-right #content,
    .static-center #content{
    width: 640px;
    }
    With regards.
  • Posts: 39
    Thanks
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion