• Skip to main content
  • Skip to forum navigation

StudioPress

  • Shop for Themes
  • My StudioPress

Forum navigation

  • Home
  • General Genesis Discussions
  • StudioPress Themes
  • Genesis Blocks
    • Genesis Blocks
    • Genesis Custom Blocks
  • Retired Themes
  • FAQs
  • Forum Rules
  • Internationalization and Translations
  • Forum Bugs and Suggestions
  • Forum Log In

Are You Using The WordPress Block Editor?

Genesis now offers plugins that help you build better sites faster with the WordPress block editor (Gutenberg). Try the feature-rich free versions of each plugin for yourself!

Genesis Blocks Genesis Custom Blocks

Make 2 columns in sub-footer left – Outreach Pro Theme

Welcome!

These forums are for general discussion on WordPress and Genesis. Official support for StudioPress themes is offered exclusively at My StudioPress. Responses in this forum are not guaranteed. Please note that this forum will require a new username, separate from the one used for My.StudioPress.

Log In
Register Lost Password

Community Forums › Forums › Archived Forums › Design Tips and Tricks › Make 2 columns in sub-footer left – Outreach Pro Theme

This topic is: not resolved

Tagged: Columns, Outreach Pro, sub footer widget, text format

  • This topic has 1 reply, 1 voice, and was last updated 11 years ago by manager.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • April 29, 2014 at 10:31 pm #103031
    manager
    Member

    Hi there,

    I have a text content added in text widget in Sub-footer left widget but I like to show the content in 2 columns, instead of a full length width to make it easier for reading. I am not sure how to deal with this issue. The following is the code in Style.css. I don't know much about CSS. Thank you very much.

    .sub-footer {
    background-color: #163820;
    padding: 60px 0 30px;
    padding: 6rem 0 3rem;
    }

    .sub-footer-left {
    float: left;
    width: 500px;
    color: #fff !important;
    }

    .sub-footer-right {
    float: right;
    font-size: 14px;
    font-size: 1.4rem;
    width: 400px;
    }

    .sub-footer-left .entry-title {
    font-size: 30px;
    font-size: 3rem;
    }

    http://local environment
    May 2, 2014 at 12:35 am #103285
    manager
    Member

    Hi there,

    I could fix one issue that is I could span the text on sub-footer-left widget to the full length by amending the width in .sub-footer-left to 1140 px and .sub-footer-right to 0 px as follows. The text covers the full width which is what I want.
    .sub-footer-left {
    float: left;
    width: 1140px;
    color: #fff !important;
    column-count:3;
    }

    .sub-footer-right {
    float: right;
    font-size: 14px;
    font-size: 1.4rem;
    width: 0px;
    color: #fff !important;
    }
    However, I need to make the text is better to read. How can I split the text into 2 columns or 3 columns? I've done a research from W3schools.com which recommends like following:

    div
    {
    -webkit-column-count:3; /* Chrome, Safari, Opera */
    -moz-column-count:3; /* Firefox */
    column-count:3;
    }

    How do I adapt the code into this element?
    Thanks

  • Author
    Posts
Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Design Tips and Tricks’ is closed to new topics and replies.

CTA

Ready to get started? Create a site or shop for themes.

Create a site with WP EngineShop for Themes

Footer

StudioPress

© 2025 WPEngine, Inc.

Products
  • Create a Site with WP Engine
  • Shop for Themes
  • Theme Features
  • Get Started
  • Showcase
Company
  • Brand Assets
  • Terms of Service
  • Accptable Usse Policy
  • Privacy Policy
  • Refund Policy
  • Contact Us
Community
  • Find Developers
  • Forums
  • Facebook Group
  • #GenesisWP
  • Showcase
Resources
  • StudioPress Blog
  • Help & Documentation
  • FAQs
  • Code Snippets
  • Affiliates
Connect
  • StudioPress Live
  • StudioPress FM
  • Facebook
  • Twitter
  • Dribbble