How can I display the recently viewed section on my homepage?

Hi

https://techfirmstore.com/

Can someone help me out with a couple of things on my store?

  1. I have somehow managed to implement the recently viewed section on the product page (not sure if it was with an app or if I edited the theme code) but anyway I would like to see this on the homepage

To see the section click on a few products then browse to any product and scroll down and you will see it right at the bottom.

Basically I want the same thing on my homepage underneath where it says Tech-Firm Bargains! Is that possible?

  1. Can you help me move the Chat widget up a bit so you can see the Cookie disclaimer properly

Thanks

@Kris-Tech

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file theme.css

Step 3: Paste the below code at bottom of the file → Save

.awesome-iframe .onlyBubble #button, .awesome-iframe .bubbleWithLabel #button {
  bottom: 20px !important;
}

Hi,

Thanks for this but I only have a theme.css.liquid file, did you mean that?

I did actually paste it in that file and it nothing worked, is this meant to move the chat wizard?

Actually it’s fine, I just changed the chat wizard to a side bar.

Any luck on the recently viewed section?