- Posts: 13
- Thank you received: 0
Is it possible to create 3 new position in advertrow
-
frank4
Inactive member -
Topic Author
- New Member
-
Less
More
3 years 4 months ago #48311
by frank4
Is it possible to create 3 new position in advertrow was created by frank4
Please Log in to join the conversation.
-
milos
Support Staff -
- Moderator
-
Less
More
- Posts: 6793
- Thank you received: 722
3 years 4 months ago #48312
by milos
Replied by milos on topic Is it possible to create 3 new position in advertrow
Hello,
You can edit the layout in the template options. Under the Layout tab, add one more row and add 3 module positions inside it. In the Row Settings, copy all the options from the current advert row.
Alternatively, you can edit CSS under Custom > CSS and change this:
to this:
Then you can have multiple modules with borders/shadows in one advert position.
Regards,
Milos
You can edit the layout in the template options. Under the Layout tab, add one more row and add 3 module positions inside it. In the Row Settings, copy all the options from the current advert row.
Alternatively, you can edit CSS under Custom > CSS and change this:
Code:
.advertrow > .sparky_container > .sparky_cell {
position: relative;
background: #fff;
border: 1px solid #f0f0f0;
border-radius: 2px;
width: 31%;
margin-top: -100px;
box-shadow: 0px 15px 16px -8px rgb(194 194 194);
}
to this:
Code:
.advertrow > .sparky_container > .sparky_cell {
position: relative;
background: #fff;
width: 31%;
margin-top: -100px;
padding: 0;
}
.advertrow > .sparky_container > .sparky_cell .moduletable {
border: 1px solid #f0f0f0;
box-shadow: 0px 15px 16px -8px rgb(194 194 194);
padding: 15px;
border-radius: 2px;
}
Then you can have multiple modules with borders/shadows in one advert position.
Regards,
Milos
Please Log in to join the conversation.
-
frank4
Inactive member -
Topic Author
- New Member
-
Less
More
- Posts: 13
- Thank you received: 0
3 years 4 months ago #48314
by frank4
Replied by frank4 on topic Is it possible to create 3 new position in advertrow
Thank's for quick replay. Used your first suggestion and it worked perfect.
Thank's
Thank's
Please Log in to join the conversation.
Time to create page: 0.158 seconds