Announcement

Collapse
No announcement yet.

See more..... See Less

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

    See more..... See Less

    Hi Guys
    anyone knows where the code is located to change the amount shown when we click "See more or See less" on the product description section? I am trying to display more to the customer instead of the small section as the default is. thank you!
    Vincent
    www.bimmerzone.com
    Your BMW Parts, Accessories & Performance Zone

    #2
    uh, where and what Template system?
    Bruce Golub
    Phosphor Media - "Your Success is our Business"

    Improve Your Customer Service | Get MORE Customers | Edit CSS/Javascript/HTML Easily | Make Your Site Faster | Get Indexed by Google | Free Modules | Follow Us on Facebook
    phosphormedia.com

    Comment


      #3


      Hi
      its the collossus theme, thank you!

      mivaforum.jpg
      Vincent
      www.bimmerzone.com
      Your BMW Parts, Accessories & Performance Zone

      Comment


        #4
        Originally posted by Bruce - PhosphorMedia View Post
        uh, where and what Template system?
        Bruce, remember to check which forum you are in, it will give you a few vital clues
        Leslie Kirk
        Miva Certified Developer
        Miva Merchant Specialist since 1997
        Previously of Webs Your Way
        (aka Leslie Nord leslienord)

        Email me: [email protected]
        www.lesliekirk.com

        Follow me: Twitter | Facebook | FourSquare | Pinterest | Flickr

        Comment


          #5
          Originally posted by bimmerzone.com View Post
          Hi Guys
          anyone knows where the code is located to change the amount shown when we click "See more or See less" on the product description section? I am trying to display more to the customer instead of the small section as the default is. thank you!
          Vincent let me dig, I think that's controlled by the javascript. Yeah, I know...which one. (Wish I could peek at your dev site, that would speed things up a bit).
          Leslie Kirk
          Miva Certified Developer
          Miva Merchant Specialist since 1997
          Previously of Webs Your Way
          (aka Leslie Nord leslienord)

          Email me: [email protected]
          www.lesliekirk.com

          Follow me: Twitter | Facebook | FourSquare | Pinterest | Flickr

          Comment


            #6
            Thank you so much for looking into it, :) :)
            Originally posted by lesliekirk View Post

            Vincent let me dig, I think that's controlled by the javascript. Yeah, I know...which one. (Wish I could peek at your dev site, that would speed things up a bit).
            Vincent
            www.bimmerzone.com
            Your BMW Parts, Accessories & Performance Zone

            Comment


              #7
              Vincent, try playing with the CSS

              Code:
              .t-show-more {
                  max-height: calc(25vw + 5rem);
                  position: relative;
                  overflow: hidden;
              }
              Leslie Kirk
              Miva Certified Developer
              Miva Merchant Specialist since 1997
              Previously of Webs Your Way
              (aka Leslie Nord leslienord)

              Email me: [email protected]
              www.lesliekirk.com

              Follow me: Twitter | Facebook | FourSquare | Pinterest | Flickr

              Comment


                #8
                it worked !!!!! thank you so much !!!!!!!!!!!!
                made it 200vw :)


                Originally posted by lesliekirk View Post
                Vincent, try playing with the CSS

                Code:
                .t-show-more {
                max-height: calc(25vw + 5rem);
                position: relative;
                overflow: hidden;
                }
                Vincent
                www.bimmerzone.com
                Your BMW Parts, Accessories & Performance Zone

                Comment

                Working...
                X