I want to move app-engage-btn to left side. And then I want to customize size. I want to do 'small width' smaller than original width. I'm using demo-7.
<div class="app-engage" id="kt_app_engage">
// code ....
</div>
I did like this code.
Hi,
You can customize it src/sass/components/_engage.scss
by setting right: auto
and left: 0
and recompile your assets folder with Gulp or Webpack.
Please note that the build tools are required only in the development environment just to compile the assets when the source folder files are modified. In the hosting/server deployment, you will only need the compile assets, no need to install the build tools dependencies there.
Regards.
sorry for late reply. I found this solution. But I have another one. It is what I want to do left and right as one button position is left and another one button position is right.
Hi,
You can create another app-engage-secondary
class in the same scss file and adjust it as per your requirements. Just copy and paste the code of the current engage element in the same scss file.
Regards.