Sidebar width

  • Author
    Posts
  • #27970
    toxic

    Would it be possible to add in the ability to change the width of a sidebar in Parabola to less than 220px?

    I would like this.

    #28266
    farokh

    Parabola: custom-styles.php (includes/custom-styles.php)
    custom-styles.php

    ////////// COLUMNS //////////

    $colPadding = 20;
    ?>
    #container.one-column { }
    #container.two-columns-right #secondary { width:<?php echo $sidebarSize/2; ?>px; float:right; }
    #container.two-columns-right #content { width:<?php echo $contentSize+$sidebarSize/2; ?>px; float:left; }

    and so forth

Viewing 2 posts - 1 through 2 (of 2 total)

The topic ‘Sidebar width’ is closed to new replies.