Re: Streamline theme - Need help centering a column on desktop

Solved

Streamline theme - Need help centering a column on desktop

RySid
Excursionist
23 0 5

Hi there, I have a column on the streamline theme that I'd like to center on desktop - If I could have someone reply to this posting, I can send the product page link. Thank you!

Accepted Solution (1)
osamafarooqi71
Shopify Partner
259 22 44

This is an accepted solution.

Hello @RySid , I suppose that you want to center the Trustpilot reviews in the center of the screen on the desktop. So, in order to achieve this simply open Customizer and add the below code to the block level CSS in the Customizer or at the top of 'product.liquid' or 'main-product.liquid'.

 

<style>
.grid.grid--uniform.text-center{
    display: flex;
    align-items: center;
}

.grid__item.grid-column.medium-up--one-half.appear-delay-1.aos-init.aos-animate {
    width: 100%;
}
</style>

 

It will look like this,

osamafarooqi71 shopify developer shopify bug fix shopify theme customization font issue fix change pricing plan white space white logo center.PNG

 

 

Regards,

Osama Farooqi

Shopify Theme Developer | Contact me | Hire expert
- Was my reply helpful? Click Like 🙂 to let me know | Buy Me Coffee
- Was your question answered? Mark this as Accepted Solution

View solution in original post

Replies 2 (2)

osamafarooqi71
Shopify Partner
259 22 44

Hello @RySid, would you like to share your store URL. So, I can check further

 

Regards,

Osama Farooqi 

Shopify Theme Developer | Contact me | Hire expert
- Was my reply helpful? Click Like 🙂 to let me know | Buy Me Coffee
- Was your question answered? Mark this as Accepted Solution
osamafarooqi71
Shopify Partner
259 22 44

This is an accepted solution.

Hello @RySid , I suppose that you want to center the Trustpilot reviews in the center of the screen on the desktop. So, in order to achieve this simply open Customizer and add the below code to the block level CSS in the Customizer or at the top of 'product.liquid' or 'main-product.liquid'.

 

<style>
.grid.grid--uniform.text-center{
    display: flex;
    align-items: center;
}

.grid__item.grid-column.medium-up--one-half.appear-delay-1.aos-init.aos-animate {
    width: 100%;
}
</style>

 

It will look like this,

osamafarooqi71 shopify developer shopify bug fix shopify theme customization font issue fix change pricing plan white space white logo center.PNG

 

 

Regards,

Osama Farooqi

Shopify Theme Developer | Contact me | Hire expert
- Was my reply helpful? Click Like 🙂 to let me know | Buy Me Coffee
- Was your question answered? Mark this as Accepted Solution