- Posts: 146
- Thank you received: 0
Position of modules in advert row
4 years 2 months ago #48135
by Hazzo
Position of modules in advert row was created by Hazzo
Where can I change the position of the three modules in the advert row? I would like to lower them a bit so they don't cover so much of the carousel or movie in the user1 row.
Please Log in to join the conversation.
4 years 2 months ago #48138
by milos
Replied by milos on topic Position of modules in advert row
Hi,
In the template settings, under Custom > CSS find this:
and change the value of "margin-top" to 0 or another value you find appropriate.
Regards,
Milos
In the template settings, under Custom > CSS find 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);
}
and change the value of "margin-top" to 0 or another value you find appropriate.
Regards,
Milos
Please Log in to join the conversation.
Time to create page: 0.319 seconds