I am using the below logic to move the cart from right side from below , Please suggest
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2024 08:00 AM
.inline-cart>.b-b {
padding: 2rem !important;
justify-content: space-between;
display: grid;
grid-template-columns: 1fr 1fr 1fr;
grid-column-gap: 3rem;
.text-right {
text-align: left;
grid-column-start: 1;
grid-column-end: 3;
}.alert.alert-info.ng-scope {
width: max-content;
}
}
0 REPLIES 0