Hi I’ve been trying to move our farms logo so it’s center with the page but I can’t quite seem to get it to stick I’m using the Venture theme. Any help would be appreciated!
Hello There,
Please share your store URL and password.
So that I will check and let you know the exact solution here.
Hello There,
- In your Shopify Admin go to online store > themes > actions > edit code
- Find Asset >theme.css and paste this at the bottom of the file:
@media screen and (min-width: 991px){
.site-header__upper .medium-up--two-thirds.small--text-center {
text-align: center;
padding-left: 33.33%;
}
}
Hi @PMFarm ,
Please follow the steps:
-
Step 1: Go to Online store > Themes > Actions > Edit code.
-
Step 2: Go to Sections > header.liquid and change the code from line 87.
Please take a look at this screenshot here: https://i.imgur.com/RRehk6L.png => https://i.imgur.com/dI5KYzZ.png
This is the code: https://pastebin.com/EcwdAWxd
Hope this helps!
Thank you so much that worked like a charm!!
Kindly feel free to get back to me if you need any further assistance Thanks!
Thank you so much that worked like a charm but just I noticed the nav bar is now off center would the same code apply to the nav bar?
Hello There,
- In your Shopify Admin go to online store > themes > actions > edit code
- Find Asset >theme.css and paste this at the bottom of the file:
#SiteNavParent {
text-align: center !important;
padding-left: 10%!important;
}
Thankyou! That seemed to have worked but I’ll need to check on a bigger screen!
https://community.shopify.com/c/Technical-Q-A/Can-you-align-the-footer-row-in-venture/m-p/1186028 Hi sorry to repost this on this thread but I put this as a sperate topic and haven’t had any bites but I’m also having some footer trouble if anyone is willing to lend a hand I would be very grateful!