acegdhrt77
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Woocommerce ShippingI 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
Forum: Fixing WordPress
In reply to: Keeping Site Title and Tagline below header for all devicesHi 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?