Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #418549

    Hi,

    I’d really like to add an image to the shopping cart page, next to the cart totals box. Is there a place where I can add a piece of code so I can insert an image there?

    Thank you,
    Wendy

    #419289

    Hey johniem!

    Thank you for using Enfold.

    Edit the cart page then use html tags to add the image or any content that you want.

    Cheers!
    Ismael

    #419363

    Hi,

    Do you mean the page in WordPress itself? I tried that and it does show the image, but it doesn’t align properly. How can I position the text field/image so it aligns with the cart totals block?

    Thanks,
    Wendy

    #419424

    Hi!

    are you talking about this image?

    and what do you want to achieve exactly?
    Use this code to center this image:

    table.cart img {
    margin-right: -24px;
    }
    

    Gruß,
    Andy

    #419468
    This reply has been marked as private.
    #420101

    Hi!

    please show us the page with the image you have added, so we can provide you some CSS code to align this image. A screenshot showing how it should look like would be useful as well.

    Regards,
    Andy

    #421820
    This reply has been marked as private.
    #422283

    Hi!

    Please add the image using html code then add a class or id attribute to it. Something like this:

    <img class="awesome-cart-image" src="awesomeimagehere.jpg">
    

    Use this in the Quick CSS field to adjust the position of the image:

    .awesome-cart-image {
    position: absolute;
    left: 20px;
    top: 200px;
    }

    Cheers!
    Ismael

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