2 columns featured collection mobile dawn theme

2 columns featured collection mobile dawn theme

batyaJandMore
Excursionist
42 0 14

Hey,

Need help adjusting the columns i have space as marked on the image also its aligning to the right and cuts the button.

second i lost the arrows near the numbers if anyone knows how i can retrieve them 

https://v2r89gd00szbhzb5-65779892391.shopifypreview.com

 

 

Thanks in advance for any help 🙂

 

batyaJandMore_0-1728409824115.png

 

Replies 2 (2)

Made4uo-Ribe
Shopify Partner
10096 2398 3031

Hi @batyaJandMore 

Check this one. 

From you Admin page, go to Online Store > Themes

Select the theme you want to edit

Under the Asset folder, open the main.css(base.css, style.css or theme.css)

Then place the code below at the very bottom of the file.

 

@media screen and (max-width: 749px) {
    .grid--peek.slider .grid__item:first-of-type {
        margin-right: 1.5rem;
        padding-right: 1.5rem !important;
    }
}
@media screen and (max-width: 989px) {
    .grid--peek.slider .grid__item:first-of-type {
        margin-left: 0 !important;
        padding-right: 1.5rem !important;
    }
}
}

 

And Save. 

Result:

Made4uoRibe_0-1728421828053.png

 

 

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.
batyaJandMore
Excursionist
42 0 14

hey it worked, Do you have any idea how can i make the arrows return?