Skip to content

Commit e9c8422

Browse files
author
amrit
committed
Readme and CSS changes
1 parent f935ddf commit e9c8422

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ php bin/magento setup:di:compile
3737

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

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

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

5959
`Store > Configuration > Razecode > Banner Slider > General Configuration > Display Slider from layout xml file (default)`
60+
61+
<b>NOTE:</b>
62+
63+
This extension requires base module.
64+
65+
Download Base Module [latest version here](https://github.com/razecodetech/module-base/archive/refs/heads/main.zip)

view/frontend/web/css/razecode-banner.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,4 +103,11 @@
103103
.razecode-banner-slider .owl-carousel .owl-dots .owl-dot.active,
104104
.razecode-banner-slider .owl-carousel .owl-dots .owl-dot:hover {
105105
background: #869791;
106+
}
107+
.razecode-banner-slider .slide_content{
108+
left: 8%;
109+
top: 40%;
110+
transform: translateY(-50%);
111+
position: absolute;
112+
width: 40%;
106113
}

0 commit comments

Comments
 (0)