Skip to content

Commit

Permalink
Readme and CSS changes
Browse files Browse the repository at this point in the history
  • Loading branch information
amrit committed Jan 26, 2023
1 parent f935ddf commit e9c8422
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ php bin/magento setup:di:compile

If you don't want to install via composer, you can use this way.

- Download [the latest version here](https://github.com/razecodetech/banner/archive/master.zip)
- Download [the latest version here](https://github.com/razecodetech/magento2-banner-slider/archive/refs/heads/main.zip)
- Extract `master.zip` file to `app/code/Razecode/Banner` ; You should create a folder path `app/code/Razecode/Banner` if not exist.
- Go to Magento root folder and run upgrade command line to install `Razecode_Banner`:

Expand All @@ -57,3 +57,9 @@ php bin/magento setup:static-content:deploy
Go to:

`Store > Configuration > Razecode > Banner Slider > General Configuration > Display Slider from layout xml file (default)`

<b>NOTE:</b>

This extension requires base module.

Download Base Module [latest version here](https://github.com/razecodetech/module-base/archive/refs/heads/main.zip)
7 changes: 7 additions & 0 deletions view/frontend/web/css/razecode-banner.css
Original file line number Diff line number Diff line change
Expand Up @@ -103,4 +103,11 @@
.razecode-banner-slider .owl-carousel .owl-dots .owl-dot.active,
.razecode-banner-slider .owl-carousel .owl-dots .owl-dot:hover {
background: #869791;
}
.razecode-banner-slider .slide_content{
left: 8%;
top: 40%;
transform: translateY(-50%);
position: absolute;
width: 40%;
}

0 comments on commit e9c8422

Please sign in to comment.