What's your biggest current challenge? Have your say in Community Polls along the right column.

Dawn theme - product page - photo slider buttons

Solved

Dawn theme - product page - photo slider buttons

paulverseckas
Tourist
8 0 3

Hello, I am looking for a way to move photo slider button. This is for mobile version only. My website is https://meteorea.com/ 

 

This is how it looks now:

 

Screenshot 2024-05-27 at 19.02.11.png

 

 

I want to move these button onto the photo so that the product title and price would be right under the photos.

This is the example how it should be:

 

Screenshot 2024-05-27 at 18.57.48.png

Accepted Solutions (2)

PageFly-Henry
Shopify Partner
1184 335 292

This is an accepted solution.

Hi @paulverseckas 

This is Henry from PageFly - Landing Page Builder App

 

You can try this code by following these steps: 

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

Step 2: Search file base.css

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

 

@media (max-width: 767px){

.slider-buttons.no-js-hidden.quick-add-hidden {

    position: absolute;

    z-index: 99;

    bottom: 0;

    width: 100%;

}}

 

Hope that my solution works for you.

Best regards,

Henry | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

View solution in original post

Made4uo-Ribe
Shopify Partner
9129 2179 2688

This is an accepted solution.

Hi @paulverseckas 

Do you mean like this? 

Made4uoRibe_0-1716826271224.png

if it is check this one. 

From your Shopify admin dashboard, click on "Online Store" and then "Themes".

Find the theme that you want to edit and click on "Actions" and then "Edit code".

In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

@media only screen and (max-width: 749px){
.grid__item.product__media-wrapper .slider-buttons {
    position: absolute;
    bottom: 10px;
    z-index: 9;
    left: 50%;
    transform: translateX(-50%);
}
}

 

And Save. 

 

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.

View solution in original post

Replies 4 (4)

PageFly-Henry
Shopify Partner
1184 335 292

This is an accepted solution.

Hi @paulverseckas 

This is Henry from PageFly - Landing Page Builder App

 

You can try this code by following these steps: 

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

Step 2: Search file base.css

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

 

@media (max-width: 767px){

.slider-buttons.no-js-hidden.quick-add-hidden {

    position: absolute;

    z-index: 99;

    bottom: 0;

    width: 100%;

}}

 

Hope that my solution works for you.

Best regards,

Henry | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

paulverseckas
Tourist
8 0 3

Amazing thank you very much! This community is so awesome, I get replies in a few minutes and everything works!

PageFly-Henry
Shopify Partner
1184 335 292

Yeahh!! you are welcome @paulverseckas 😁

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

Made4uo-Ribe
Shopify Partner
9129 2179 2688

This is an accepted solution.

Hi @paulverseckas 

Do you mean like this? 

Made4uoRibe_0-1716826271224.png

if it is check this one. 

From your Shopify admin dashboard, click on "Online Store" and then "Themes".

Find the theme that you want to edit and click on "Actions" and then "Edit code".

In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

@media only screen and (max-width: 749px){
.grid__item.product__media-wrapper .slider-buttons {
    position: absolute;
    bottom: 10px;
    z-index: 9;
    left: 50%;
    transform: translateX(-50%);
}
}

 

And Save. 

 

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.