Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #829586

    Hi Kriesi,

    See my website below.
    I cannot set the testimonials to look like the demo:

    How do I set it up to at least have the image left from the text.

    Thanks!

    #829593

    Same page, another question (I hope it is okay to add it in this topic)

    How do I modify the textsize under the portfolio grid items?
    This code does not seem to worK

    #top .grid-content h3{
        font-size: 22px;
        text-align: center;
        color: red;
        font-family: sans-serif;
    }

    Also this not:

    #top .grid-content h3{
        font-size: 22px;
    }
    #831445

    Hi Aerdvark,

    Try this code and flush the cache:

    
    #top #wrap_all .av-masonry h3.av-masonry-entry-title.entry-title {
        font-size: 22px;
        text-align: center;
        color: red;
        font-family: sans-serif;
    }
    

    As for the original question, you seem to use the testimonials slider, and on the demo it’s a testimonials grid.

    Best regards,
    Victoria

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