Logistic Theme

Home Forums All Other Themes Logistic Theme

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #151120
    RobertRobert
    Participant
    • Topics: 43
    • Replies: 59
    • Total: 102
    Member since: August 1, 2016

    Hello, when using the logistic theme it seems to throw the single product page out of whack for woocommerce.

    as seen here the product image is huge and nothing seems aligned properly.

    http://www.new.palmbeachoutboards.com/shop/xto-offshore/v8-5-6l-425-hp/

    Any ideas?

    #151146
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30643
    • Total: 30643
    Member since: August 16, 2013

    Hi,

    URL isn’t working.

    Regards,
    Chris

    #151186
    RobertRobert
    Participant
    • Topics: 43
    • Replies: 59
    • Total: 102
    Member since: August 1, 2016

    http://www.new.palmbeachoutboards.com/shop/xto-offshore/v8-5-6l-425-hp/

    #151197
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30643
    • Total: 30643
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    .woocommerce div.product div.images img { width:70%;}
    #primary { width:1170px; margin:0 auto;}
    
    @media screen and (max-width:1023px) {
    #primary {
        width: 100%;
        margin: 0 auto;
        padding: 0 15px;
        box-sizing: border-box;
    }
    }
    

    Regards,
    Chris

    #151489
    RobertRobert
    Participant
    • Topics: 43
    • Replies: 59
    • Total: 102
    Member since: August 1, 2016

    thank you, that worked!

    #151535
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30643
    • Total: 30643
    Member since: August 16, 2013

    🙂

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.