• My request for theme update is to improve logic that affects the FrontPage custom post type widths.

    For example:

    • You only create 1 post each for service, 1/2 post for employee, 1 general post for “Latest News”
    • When you load page, they are the width fixed width (using .col-md-4) regardless of number of posts. This looks accidental and loses the flow
    • In addition, the “Latest Posts/News” when only 1 post is included, it is left aligned by itself with .col-md-4 (33% width) instead of the expected/desired 100%

    My Getting Started Logic:

    The Moesia FP: Widgets include

    • Fields for max-# of desired columns/posts (upper limit)
    • Fields for max-# per row

    Results:

    • A. Set the Bootstrap classes appropriately. col-md-3,col-md-4,col-md-12
    • B. If left blank/0 default logic determines total # of posts that exist. if total is less-than the max-# per row it’ll overwrite and use .col-md-n*. For example, if the max-per-row is 3, and field is left blank, and user only has 2-posts that exist…set the bootstrap to be .col-md-6 (in effect creating a 2-column row) for visual sake.

    I’m sure the above could be improved upon. Hopefully you see the big picture. Thanks for an incredible theme!! Love it and want to see it become even better.

  • The topic ‘FrontPage Column Widths: (Applied Bootstrap CSS Logic)’ is closed to new replies.