Announcement

Collapse
No announcement yet.

Basic CSS Styling within Colossus

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    #16
    To accomplish that, I would recommend using the "u-grids-3" utility class [ https://docs.miva.com/readytheme-sha...ies.html#grids ]
    Matt Zimmermann

    Miva Web Developer
    Alchemy Web Development
    https://www.alchemywebdev.com
    Site Development - Maintenance - Consultation

    Miva Certified Developer
    Miva Professional Developer

    https://www.dev4web.net | Twitter

    Comment


      #17
      That seems to work, but is it possible to set percentage for them? I'd love to have a two column but have the left side be 25% and the right side 75%.

      Comment


        #18
        In that case, use the width utility classes.
        Matt Zimmermann

        Miva Web Developer
        Alchemy Web Development
        https://www.alchemywebdev.com
        Site Development - Maintenance - Consultation

        Miva Certified Developer
        Miva Professional Developer

        https://www.dev4web.net | Twitter

        Comment


          #19
          I've never used those before, I don't suppose you can give me a little more info/link? I'd appreciate it.

          Comment


            #20
            https://docs.miva.com/readytheme-sha...es.html#widths
            Matt Zimmermann

            Miva Web Developer
            Alchemy Web Development
            https://www.alchemywebdev.com
            Site Development - Maintenance - Consultation

            Miva Certified Developer
            Miva Professional Developer

            https://www.dev4web.net | Twitter

            Comment


              #21
              Hey Matt, thanks for the help! I think I have gotten the basics (12 colums, s - m - l -w breakpoints, etc) figured out but when I get to small/mobile the content overlaps. Do you know how I can get it to stack so the image is on top and content right below?
              Attached Files

              Comment


                #22
                Based on the code you posted above, you could try something like this for each entry:
                Code:
                <div class="u-flex o-layout--column o-layout--row--l">
                <h4 class="c-heading-delta"><a href="/cultural-heritage.html">Cultural Heritage</a></h4>
                <div>
                <a href="/cultural-heritage.html"><img src="graphics/00000001/int_img_industry-culturalHeritage.jpg" alt="Cultural Heritage" width="200" height="200"></a>
                <p>Imaging Science Associates' comprehensive suite of products and software are used by cultural heritage institutions worldwide including the world's largest library and the nation's attic in Washington D.C. We have created a simplified method to define, share, and test performance specifications ...<a href="/cultural-heritage.html">Read more</a></p>
                </div>
                </div>
                Matt Zimmermann

                Miva Web Developer
                Alchemy Web Development
                https://www.alchemywebdev.com
                Site Development - Maintenance - Consultation

                Miva Certified Developer
                Miva Professional Developer

                https://www.dev4web.net | Twitter

                Comment


                  #23
                  I had to modify it slightly but it works great now, thanks Matt!

                  Comment

                  Working...
                  X