How do align our farms img logo so it's center?

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,

  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:
@media screen and (min-width: 991px){
    .site-header__upper .medium-up--two-thirds.small--text-center {
        text-align: center;
        padding-left: 33.33%;
    }
}
1 Like

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!

1 Like

Thank you so much that worked like a charm!! :grinning_face_with_smiling_eyes:

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?

1 Like

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