Shopify themes, liquid, logos, and UX
Hello, I am trying to move only the circled column of headings (this is in a multi column) to the left as seen in the image. How would I go about doing this? Here is the link to the page. (Dawn theme, password is "first") Thanks in advance.
Solved! Go to the solution
This is an accepted solution.
Hello @ascended
To meet the requirements for this position, please proceed by following these steps: Open your CSS file where you manage all CSS code, and add the specified code below.
@media screen and (min-width: 750px) {
.multicolumn .page-width {
max-width: 100%;
}
}
Screenshot of the footer:-
This is an accepted solution.
Hello @ascended
To meet the requirements for this position, please proceed by following these steps: Open your CSS file where you manage all CSS code, and add the specified code below.
@media screen and (min-width: 750px) {
.multicolumn .page-width {
max-width: 100%;
}
}
Screenshot of the footer:-
That worked, thank you so much!
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025