Skip to content

Commit

Permalink
Fixed: Header Image media queries
Browse files Browse the repository at this point in the history
Removed big white space below Header Image for both tablets and mobile screens
  • Loading branch information
kevinbazira committed Jan 24, 2023
1 parent eaece87 commit 27d3555
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
*.php linguist-detectable=true
*.js linguist-detectable=false
*.css linguist-detectable=false
9 changes: 8 additions & 1 deletion style-rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -1711,7 +1711,14 @@ button, input[type="button"], input[type="reset"], input[type="submit"] {
.hero-btn{
/*font-style:italic;*/
}

@media all and (max-width: 768px) {
.header-hero {
min-height: 0px;
}
.hero-info {
padding: 10% 10% 0% 10%;
}
}
@media all and (max-width: 480px) {
.hero-description {
display: none;
Expand Down
11 changes: 9 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Theme URI: https://github.com/kevinbazira/algori-shop
Author: Kevin Bazira
Author URI: http://kevinbazira.com/
Description: A Free Gutenberg Ready WooCommerce WordPress Theme with a clean and professional design that will be a great solution for your Modern eCommerce Shop. It's designed to help you showcase your products and sell more with just about any type of online store.
Version: 1.1.2
Version: 1.1.3
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
Text Domain: algori-shop
Expand Down Expand Up @@ -1714,7 +1714,14 @@ button, input[type="button"], input[type="reset"], input[type="submit"] {
.hero-btn{
/*font-style:italic;*/
}

@media all and (max-width: 768px) {
.header-hero {
min-height: 0px;
}
.hero-info {
padding: 10% 10% 0% 10%;
}
}
@media all and (max-width: 480px) {
.hero-description {
display: none;
Expand Down

0 comments on commit 27d3555

Please sign in to comment.