Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • antjewilson Friend
    #200984

    http://www.destinationimagination.ca/

    Using t3_bs3_blank template and would like to change some of the spacing between the first article and the sidebar. I would like more white space between the two.

    I also don’t understand why the second and third articles are so skinny and close together. I am using home-2 positions.

    Antje

    chavan Friend
    #547929

    It is because there were only 2 articles shown and space alocated was 3 columns. Now I have set the columns to 2 cols in admin panel. check attached image


    1. Destination-ImagiNation-British-Colombia-Administration-Menu-Manager-Edit-Menu-Item-2014-
    antjewilson Friend
    #547932

    Thank you for changing it to two columns. Is it also possible to have more white space around an article? I would like some more whitespace between the article and the sidebar.

    Antje

    chavan Friend
    #547954

    can you please post a screenshot where you need spacing.

    antjewilson Friend
    #548024

    Would like more white space where I’ve circled the text.


    1. Screen-shot-2014-09-02-at-11.49.09-AM
    TomC Moderator
    #548025

    <em>@antjewilson 443912 wrote:</em><blockquote>Would like more white space where I’ve circled the text.

    </blockquote>

    You could try something like the following (to be pasted within your custom.css file) . . .


    p {
    margin: 0 25px 10px 0;
    }

    The “25px” value represents the “margin-right” property. You can increase/decrease the numerical value until you arrive at the result you’re most happy with.

    antjewilson Friend
    #548027

    It didn’t work though.

    TomC Moderator
    #548028

    <em>@antjewilson 443915 wrote:</em><blockquote>It didn’t work though.</blockquote>

    In the alternative, you could try the following:

    Within file path —> /templates/t3_bs3_blank/local/css/themes/orange/template.css
    at line 276, modify as follows:

    p {
    margin: 0 25px 10px 0;
    }

    antjewilson Friend
    #548030

    p {
    margin: 0 75px 10px 0;
    }

    did that and no change

    TomC Moderator
    #548031

    <em>@antjewilson 443918 wrote:</em><blockquote>p {
    margin: 0 75px 10px 0;
    }

    did that and no change</blockquote>

    Strange, I am seeing the change on my browser.

    What browser are you viewing your site within? – Try clearing your browser cache, then refresh page

    antjewilson Friend
    #548036

    tried with safari and firefox and cleared cache. Would like the first sentence to end at for students to and then learn and to be on the next line.


    1. Screen-shot-2014-09-02-at-5.21.20-PM
    chavan Friend
    #548039

    then add a <br> tag after students to

    antjewilson Friend
    #548047

    I would have to do that with each line. There has to be a better way.

    chavan Friend
    #548079

    If you need it in a specified way then you should do it. else try this.

    <p align=”justify”>your text here</p>

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

This topic contains 14 replies, has 3 voices, and was last updated by  chavan 10 years, 2 months ago.

The forum ‘Other Templates’ is closed to new topics and replies.