1
0
-1

There is a built-in snippet:

{AnimalAd/}

Can I make this larger?

    CommentAdd your comment...

    1 answer

    1.  
      1
      0
      -1

      Yes, you can add the following snippet to your web page:

      {AnimalAdLarge/}

      You can then add CSS to Website > Custom CSS to control the size of the image.

      The following example shows what you might add to your CSS if you add the snippet to the Webpage Sidebar Right, and want the image to be no more than 300px wide.

      /* ===============
      FEATURED PET
      =============== */
      #rightContainer .animalimg {
      width: 300px;
      height: auto;
      }
      .AnimalAd {
          font-size: 1em;
          text-align: center;
          line-height: 1.4em;
      font-weight: bold;
      }

        CommentAdd your comment...