Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter acegdhrt77

    (@acegdhrt77)

    I did some research and found out that the company she gets her parts from uses Fedex for smaller items and Truck freight from different companies for bigger items.

    My friend suggested using flat rates for smaller items 0-5 lbs. $8 dollars and it increase a dollar by 1 lbs. increase.

    for bigger items 150 lbs. is $150 for shipping and anything over the customer would need a freight estimate but I don’t know how I would flag a customer that exceeded the 150 lbs. limit.

    Sorry if this sounds complicated is there a plugin that I can use that would help with this?

    Thanks for the help

    Thread Starter acegdhrt77

    (@acegdhrt77)

    Hi Ankush4475

    Unfortunately it didn’t seem to work this is the code Im putting on the Custom CSS

    @media only screen and (max-width: 768px) {
    .site-branding-text {
    /* position: relative; */
    padding-top: 500px;
    padding-bottom: 10px;
    /* border: 1px solid; */
    margin: 0 auto;
    display: table !important;
    float: none !important;
    }
    .custom-header {display: none;}

    body:not(.twentyseventeen-front-page) .entry-header {
    padding-top:50px;
    }

    .has-header-image.twentyseventeen-front-page .custom-header{
    height:100vh;
    position:relative;
    }
    }

    am I doing something thats not making it consistent throughout other mobile devices?

Viewing 2 replies - 1 through 2 (of 2 total)