Re: Adjust Menus in Footer

Solved

Adjust Menus in Footer

JoeyRoo
Excursionist
67 0 11

Hi, is there a way to adjust the Menus in the Footer so they are all in line? Currently the "Wholesale" Menu is sitting below the Social icons, but I want it to sit next to the "Contact" menu

 

https://theothelabel.com/

Accepted Solution (1)

suyash1
Shopify Partner
9866 1226 1566

This is an accepted solution.

@JoeyRoo - please add this css to the very end of your app.css file and check,
Shopify Admin -> Online Store ->Theme -> Edit code -> app.css

 

@media screen and (min-width:48em){
#footer .row .medium-6{flex: 0 0 33%;}
}
To build shopify pages use pagefly | Contact me - [email protected] , My timezone is GMT+5:30. | Support me

View solution in original post

Replies 5 (5)

suyash1
Shopify Partner
9866 1226 1566

This is an accepted solution.

@JoeyRoo - please add this css to the very end of your app.css file and check,
Shopify Admin -> Online Store ->Theme -> Edit code -> app.css

 

@media screen and (min-width:48em){
#footer .row .medium-6{flex: 0 0 33%;}
}
To build shopify pages use pagefly | Contact me - [email protected] , My timezone is GMT+5:30. | Support me
JoeyRoo
Excursionist
67 0 11

Perfect. Thank you!

Sweans
Shopify Partner
406 80 124

Hi @JoeyRoo ,

Here the problem is that there is a css class in your social div that says medium-6 this is to attain the width of 6% of the overall in medium screen size devices. if you have experience you can easily find the snippet for this change the class to medium-4

if you have no experience regarding this you can follow simple steps:

1. Go to Shopify Admin Panel

2. Select Online Store

3. In Online Store click the "..." and choose “edit code” from the menu.

4. In app.css,

#footer .small-12.medium-6.columns {
flex: 33%;
}


Result:

Sweans_0-1721969634088.png



I hope this helps! If it does, please like it and mark it as a solution!

If you need further assistance, feel free to reach out!

Regards,
Sweans

- Was my reply helpful? Please Like and Accept the Solution or let me know by Buying me coffee!
- Want to modify or custom changes on store Hire me.
- Feel free to contact me at [email protected] regarding any help.
- To know more about me check out www.sweans.com

BSS-TekLabs
Shopify Partner
2350 701 826

- Here is the solution for you @JoeyRoo 
- Please follow these steps:

BSSTekLabs_0-1721970254713.png

 

- Then find the base.css or theme.css or app.css file.
- Then add the following code at the end of the file and press 'Save' to save it.

 

 

@media only screen and (min-width: 600px) {
.footer .medium-6 {
        flex: 0 0 30% !important;
    }
}

 

Copy

- Here is the result you will achieve:

BSSTekLabs_2-1721970341795.png

 

 

 

 

- Please press 'Like' and mark it as 'Solution' if you find it helpful. Thank you.

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

GTLOfficial
Shopify Partner
544 115 108

Hello @JoeyRoo 
Go to online store ---------> themes --------------> actions ------> edit code------->assets --->app.css ----> line number 835
search for this code

@media print, screen and (min-width: 48em) {
.medium-6 {
flex: 0 0 50%;
max-width: 50%;
}
}


and replace with this code

@media print, screen and (min-width: 48em) {
.medium-6 {
flex: 0 0 30%;
max-width: 50%;
}
}

and the result will be
1.png


If this was helpful, hit the like button and mark the job as completed.
Thanks

- Buy me a Pizza
- If helpful then please Like and Accept Solution.
- Want to modify or custom changes or bug fix on the store Hire me. GTL web solutions
- Want Complete Storefront: Send an email ⇨- Email: [email protected] - Skype: ritesh_27dh