badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Rows layout

Tagged: , ,

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #55907
    anthonymcgowan1
    Participant

    Hi, there seems to be no base css in Wowsome (or Ambition) Themes.
    Does anyone know the best way to replicate standard Bootstrap 3/4 item per row layout at all?

    Many Thanks

    #55918

    Hi,

    For to have the 3/4 item per row please use the style as shown below:

    <div class="column-area column-third clearfix">
        <div class="column-item ">
            <em>your content goes here</em>
        </div>
        <div class="column-item">
            <em>your content goes here</em>
        </div>
        <div class="column-item">
            <em>your content goes here</em>
        </div>
    </div>

    Thank you!

    #55956
    anthonymcgowan1
    Participant

    Hi, great, any classes like text-center etc and do we need container/row whatever?
    Any docs on this css at all?
    Many Thanks.

    #55968
    anthonymcgowan1
    Participant

    Hi, also is there any way to offset or divide, say 2 columns, 1 at 66.6% and 1 at 33.3% ?

    Many Thanks

    #55970
    anthonymcgowan1
    Participant

    Hi, I tried the above (3 column row) at both https://webmobapps.com (home page, Wowsome theme)

    and at https://onestopglass.co.uk/contact-2 (Ambition theme)

    Whilst I get a 3 column row in the first link above, at the next one on the contact page they just stack above each other?

    Are there any other docs on the columns/rows layout etc? Also how to center rows, any classes like text-center etc at all?
    Many Thanks

    #55992

    Hi Anthony,

    For column you have to use above css code and there is no any docs on the column/rows layout.
    You have to customize the theme style.css code or customize the code via child theme to achieve what you need in the theme as a new feature.

    Thank you!

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.