Problem with dubbel line hight in my footer. Ando logo size in header

KS_heden
Tourist
3 0 1

Hi!

Trying to resolve a dubbel line hight issue in the fourth column I my footer. 

here is my store

https://kopparspecialisten.myshopify.com/

 

I also would like to make the logo 50% bigger in the header special in computers and I tablets.

 

 

Replies 5 (5)
Guleria
Shopify Partner
2251 467 688

Hello @KS_heden ,

1. Go to Online Store->Theme->Edit code
2. Asset->theme.css-> paste bellow code in bottom of file

For footer

.site-footer p {
    margin-bottom: 6px;
}

 

 For logo, check your theme settings may be there an option is available to manage it. 
If not then change inline css from logo img tag change it from 250 to 500 

Thanks

Want to modify or custom changes on store hire me.
Email: guleriathakur43@gmail.com, Skype: navrocks1

Try GEMPAGES a great app with drag and drop features to design landing/product/individual pages.
KS_heden
Tourist
3 0 1

Thanks made my day!

ZestardTech
Shopify Expert
4411 764 1040

Kindly feel free to get back to me if you need any further assistance Thanks!

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing
KS_heden
Tourist
3 0 1

Cant find the logo imp tag so it's hard to make an inline change.. suggestions

ZestardTech
Shopify Expert
4411 764 1040

Hello There,

1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset >theme.css and paste this at the bottom of the file:

.site-footer__rte p {
margin: 5px 0!important;
}

Screenshot :- https://prnt.sc/12rbx4o

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing