• suttycs

    (@suttycs)


    I am trying to get 3 columns of text in my text widget using the following code:

    [ Moderator Note: Please post code or markup snippets between backticks or use the code button. ]

    <one_third>
    <h3 style="opacity: 1;">Lisney Property & Construction Seminar</h3>
    <p>Pearse Sutton will be speaking about Site Resolution Plans at this years Lisney Property & Construction Seminar.  The event will take place on the morning of April 25th 2013 at the Chartered Accountants Building, Pearse St, Dublin 2.  For more information contact Lisney at events@lisney.com</p>
    <a href="#">Read more</a>
    </one_third>
    
    <one_third>
    <h3 style="opacity: 1;">ISO Certification</h3>
    <p>Cronin & Sutton Consulting have achieved certification in ISO 9001 (Quality Management), ISO 14001 (Environmental Management), OHSAS 18001 (Health & Safety Management) and ISO 50001 (Energy Management).</p>
    <a href="#">Read more</a>
    </one_third>
    
    <one_third>
    Third column content
    </one_third>

    However I am getting 3 rows vertically instead of 3 columns horizontally. I am working on a local server so cannot provide link to site but can email stylesheet in notebook format.

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter suttycs

    (@suttycs)

    Theme is TheMax Responsive FYI

    I don’t know if you already solved this problem. But here, the developer used:

    <one_third>
    content1
    </one_third>
    
    <one_third>
    content2
    </one_third>
    
    <one_third_last>
    content3
    </one_third_last>

    It’s working here, you should try to use one_third_last too.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Getting Rows instead of Columns with Text Widget’ is closed to new replies.