Dawn - Put title of only one multicolumn in the center

hi,

On my product page, there is a multicolumn at the bottom of the page (see image) on which I want to put the title in the middle, only for this multicolumn.

Thanx for your help

Alex

Hello @Alex087

You can try this code: it will be helpful to you

Go to the Online Store->Theme->Edit code->Assets->base.css>Add this code at the bottom

.multicolumn .title {
    margin: 0 auto;
}

Hello @Alex087
Its Artzen Technologies! We will be happy to help you today.

Follow the Below Steps:

  1. Go to your Online Store
  2. Edit Code
  3. Find theme.liquid file
  4. Add the following CSS at the bottom of the file above
#shopify-section-template--19674055147849__dd284a69-d78b-4a1b-b21c-0c862be7fa8d .multicolumn .title-wrapper-with-link {
    justify-content: center!important;
}

Note:This css will work only for this multicolumn.

Let me know if need further assistance
Regards,
Artzen Technologies

1 Like

thanx @Artzen_tech it worked!

would you know how to add a small line of text bellow the columns like this