Is it possible to Move the page action arrow to the top

I am seeing both on mobile version and desktop version the pagenation arrow is on top of the etsy review text. Is there a way to move it above or below the reviews ?

You can see what I mean on my website front page at https://pipeworkpieces.com

Love the widget other then that :slight_smile:
Kind regards,
Lewis

1 Like

Hello @user2037! We are so happy to see you with us! Welcome to Elfsight Community :heart:

Sure thing, we’ll be happy to help you with the customization of the widget!

I’ve forwarded your request to our devs and, hopefully, they’ll come up with a proper solution really soon. Please do not worry, we’ll keep you updated :wink:

Hi @user2037!

You can try using this code if you would like to move the arrows above the reviews:

[class*="Carousel__CarouselArrowControlContainer"] {
  top: 0;
}
[class*="Carousel__CarouselArrowControlContainer"]:first-child {
  transform: translate(-70%, -50%);
}

Or this code if you’d like to have them below:

[class*="Carousel__CarouselArrowControlContainer"] {
    top: 100%;
    transform: none;
}

You’ll need to add either code to the Custom CSS field of your widget’s settings.

1 Like

Thank you,

Now my second question is the basic plan is supposed to allow me to have 3 apps. I can only use the one I made before it asks me to upgrade and pay again.

1 Like

@user2037 our Basic plan allows you to create 3 widgets within 1 app. For example, if you have Tik Tok Feed Basic plan, you can create 3 Tik Tok Feed widgets.

However, if you have All Apps Basic plan, you can create 3 widgets within every app (3 Tik Tok widgets, 3 Etsy Reviews widgets etc.)

Ok thank you for the clarification. I
Misunderstood and thought I can have 3 different apps in the basic plan.

Sincerely,
Lewis
pipeworkpieces inc.
(514) 781-8922
www.pipeworkpieces.com

Hand Made Industrial Style Toilet paper stands - Dog Bowl Stands - Shoe Racks - Wine Racks - Paper Towel Holders - Display Shelves - Coat Racks - Custom Requests

(Attachment ffcdaa7ff002b9660e27fed0f5cc0d61 is missing)

1 Like

Not sure where I am to add as I added it to theme custom cad and it made no difference.

Sincerely,
Lewis
pipeworkpieces inc.
(514) 781-8922
www.pipeworkpieces.com

Hand Made Industrial Style Toilet paper stands - Dog Bowl Stands - Shoe Racks - Wine Racks - Paper Towel Holders - Display Shelves - Coat Racks - Custom Requests

(Attachment ffcdaa7ff002b9660e27fed0f5cc0d61 is missing)

No problem :handshake:

Please do not hesitate to contact us if any questions come up :wink:

Have a nice day!

I’ve added it to the Custom CSS field on the Appearance tab of your widget settings

Could you please check it and let me know if you like what you see?