• phoenixmpltd

    (@phoenixmpltd)


    Hi there, I’m just wondering if someone could tell me how to adjust the width of columns when you have used widgets.

    Basically I’m calling three pages into one, but the sentences at the end of each row are a little too close for comfort to the next column, so I need to adjust the spacing arrangements.

    I’d also like to add use a line inbetween each column to make it clearer?

    Hope that makes sense to someone.

    The issue is on the home page here.

    https://www.yourfc.co.uk

    Thanks

    Rob

Viewing 2 replies - 1 through 2 (of 2 total)
  • WPyogi

    (@wpyogi)

    Generally, these forums only support themes from the repository on this site, but I took a look at your site and it looks like you can fix that by adding this to your CSS:

    .art-postcontent p {
       padding: 0 20px;
    }
    
    .home #featured-page-25, .home #featured-page-10 {
       border-right: 1px solid black;
    }

    Thread Starter phoenixmpltd

    (@phoenixmpltd)

    Thanks for your feedback it was greatly appreciated and worked a treat.

    I do have one other question if you could assist me. Any idea how to get the content on the following page to appear with the correct spacing?

    https://yourfc.co.uk/?page_id=503

    I have already slightly adjust the plug-in to display more than the excerpt, with the following code.

    <div class=”wpui-post-content”>{$content}
    </div>

    Does it goes in there?

    Thanks

    Rob

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Easy way to adjust widget columns’ is closed to new replies.