Viewing File: /home/fshjisk/myqueen/wp-content/plugins/woocommerce-wholesale-prices/css/wwp-help-page.css

#wpwrap{
  background: #fff;
}

#wwp-help-page {
  background: transparent;
  font-size: 16px;
  max-width: 1400px;
}

#wwp-help-page h1,
#wwp-help-page h2,
#wwp-help-page h3{
  line-height: 1.2;
}

#wwp-help-page .row-container {
  display: flex;
  gap: 10px;
}

#wwp-help-page #wws-logo{
  margin: 2.5rem 0px 1rem 0px;
}

#wwp-help-page .page-title {
  margin: 1rem auto 1.5rem auto;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 600;
}

#wwp-help-page p,
#wwp-help-page ul{
  font-size: 16px;
}

#wwp-help-page .two-column {
  border: 1px solid #d5d5d5;
  padding: 30px;
  font-size: 16px;
}

#wwp-help-page .two-column h3{
  margin: 0px!important;
}

#wwp-help-page .free-guide{
  margin-top: 20px;
  background: #f5f5f5;
  border: 1px solid #d5d5d5;
  padding: 30px 60px;
  font-size: 18px;
  display: block;
}

#wwp-help-page .free-guide .page-title{
  text-align: center;
}

#wwp-help-page .free-guide .two-columns{
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 50px;
}

#wwp-help-page .left-box{
  max-width: 630px;
}

#wwp-help-page .left-box .page-title{
  font-size: 1.3em;
  text-align: left;
}

#wwp-help-page .left-box h2{
  margin: 0px;
}

#wwp-help-page .free-guide ul li{ 
  padding: 10px 0px;
}

/* Buttons */
.button-green,
.button-green:visited {
  background: #3aba8e;
  color: #ffffff;
  font-weight: 600;
  padding: 0.8rem 1rem;
  text-decoration: none;
  display: inline-block;
  margin-top: 0.6rem;
}

.button-green:hover {
  color: #ffffff;
  background: #32a87f;
}

@media screen and (max-width: 600px) {
  #wwp-help-page{
    text-align: center;
  }
  #wwp-help-page .free-guide .two-columns{
    display: block;
  }
  #wwp-help-page .free-guide .two-columns .left-box{
    margin-bottom: 20px;
  }
  #wwp-help-page .two-columns{
    display: block;
  }
  #wwp-help-page .row-container{
    display: block;
  }
}
Back to Directory File Manager