Moving column of headings in a multicolumn

Solved

Moving column of headings in a multicolumn

ascended
Excursionist
19 0 2

Screenshot 2024-07-14 at 3.09.31 PM.png

 

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.

Accepted Solution (1)

Huptech-Web
Shopify Partner
1113 217 245

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:-

Footer.png

Feel free to reach out if you have any additional questions. If this solution is helpful, please consider liking and accepting it.
S.P 
If you found this response helpful, please do like and accept the solution. Thanks!
Need support with Customizing your Shopify store?
Feel free to contact me at info@huptechweb.com or Visit our website Huptech Web.
Instant Shortcode Builder: Integrate customizable UI features anywhere in your store - No coding knowledge required

View solution in original post

Replies 2 (2)

Huptech-Web
Shopify Partner
1113 217 245

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:-

Footer.png

Feel free to reach out if you have any additional questions. If this solution is helpful, please consider liking and accepting it.
S.P 
If you found this response helpful, please do like and accept the solution. Thanks!
Need support with Customizing your Shopify store?
Feel free to contact me at info@huptechweb.com or Visit our website Huptech Web.
Instant Shortcode Builder: Integrate customizable UI features anywhere in your store - No coding knowledge required
ascended
Excursionist
19 0 2

That worked, thank you so much!