Skip to content

Commit

Permalink
Update css-generator.php
Browse files Browse the repository at this point in the history
  • Loading branch information
jessuppi authored Aug 10, 2024
1 parent a25b9e4 commit cdda789
Showing 1 changed file with 16 additions and 7 deletions.
23 changes: 16 additions & 7 deletions inc/css-generator.php
Original file line number Diff line number Diff line change
Expand Up @@ -2584,15 +2584,13 @@ function hovercraft_generate_css(){
}
}

/* content (primary area) unordered and ordered lists */

#content-wrapper ul {
margin-left: 30px;
margin-bottom: 30px;
}

#content-wrapper ul li {
margin-bottom: 5px;
}

#content-wrapper ol {
margin-left: 30px;
margin-bottom: 30px;
Expand Down Expand Up @@ -4229,6 +4227,7 @@ function hovercraft_generate_css(){
display: flex;
}


/* woocommerce other */

@media screen and (max-width: 1200px) {
Expand Down Expand Up @@ -4328,16 +4327,26 @@ function hovercraft_generate_css(){
}
*/


/* woocommerce products unordered list */

.woocommerce ul.products {
margin: 0px !important;
margin: 0 !important;
padding: 30px 0 0 0 !important;
}

.woocommerce ul.products li {
list-style: none outside;
.woocommerce ul.products li.product {
float: left;
list-style: none outside !important;
position: relative;
margin-bottom: 30px !important;
padding: 0;
line-height: 1 !important;
}


/* woocommerce other */

.price {
font-size: 24px !important;
font-weight: 600 !important;
Expand Down

0 comments on commit cdda789

Please sign in to comment.