Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author nobita

    (@nobita)

    Hi motivationbymallory

    When your page width setting fluid ( default )

    Add to functions.php ( child theme functions.php or raindrops functions.php first line <?php before )

    <?php
    	$raindrops_fluid_maximum_width = '1280';
    ?>

    Change from 1280 to your width.

    When your page width setting static page width 750px ,950px or 974px;

    maybe your site below.

    <?php
    	$raindrops_page_width = 'your page width (integer)';
    ?>

    Thank you.

    Theme Author nobita

    (@nobita)

    Since there is no reply 2 weeks, change to Resolved

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Make blog posts bigger’ is closed to new replies.