Is it possible to create 3 new position in advertrow

  • frank4
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
3 years 4 months ago #48311 by frank4
I want 3 rows width advert modules. I can't get margins between row 2 and 3.
Any suggestions? 



 

Please Log in to join the conversation.

  • milos
    Support Staff
  • Moderator
  • Moderator
More
3 years 4 months ago #48312 by milos
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:
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
  • New Member
More
3 years 4 months ago #48314 by frank4
Thank's for quick replay. Used your first suggestion and it worked perfect.
Thank's

Please Log in to join the conversation.

Time to create page: 0.158 seconds
Powered by Kunena Forum