How do I center collection titles on DrippMode?

how to I centre the collection titles

2dripp.com

pass: DRIPPMODE

1 Like

@2DRIPP

sorry for that issue can you please try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.css ->paste below code at the bottom of the file.
    this code apply for after 5 - 6 second
.template-collection .main-content {
    padding-right: 0px!important;
}

After Code Layout

2 Likes

@2DRIPP

Please add the following code at the bottom of your assets/theme.css file.

.template-collection .main-content {
    padding-right: 0px!important;
}

Thanks!

1 Like

not sure why its not working

I added it. nothing changed

@2DRIPP

Please check this link : https://2dripp.com/collections/new-dripp this url css work

@2DRIPP

Css for home page .

.product-card__title {
    display: block !important;
    text-align: center;
}

.price {
    display: block !important;
    text-align: center;
}

css not work please share screenshot .

Thanks!

1 Like

Still dosent work

ill show a screen shot one moment

1 Like

@2DRIPP

Please send screenshot .

1 Like

@2DRIPP

sorry i can’t see my see see issue right side to much padding

2 Likes

@2DRIPP

title center align please check screenshot

1 Like

haha help me fix that padding @KetanKumar thats crazy

@2DRIPP

Please remove this css class

@media only screen and (min-width: 750px){
.template-collection .main-content {
    padding-right: 90px!important;
}
}
1 Like

thanks alot team. silly padding =P

2 Likes

@2DRIPP

Yes, That’s it

2 Likes