- Posts: 45
- Thank you received: 0
Banner Help
-
ijohnparton
Active member - Topic Author
- Member
Less
More
8 months 1 week ago #51302
by ijohnparton
Banner Help was created by ijohnparton
Hi All
What i would like to do i make a banner fit 100% - Below is a photo of whatt i mean -
Thanks
What i would like to do i make a banner fit 100% - Below is a photo of whatt i mean -
Thanks
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6744
- Thank you received: 716
8 months 1 week ago - 8 months 1 week ago #51304
by milos
Replied by milos on topic Banner Help
Hello,
Please edit the file /media/templates/site/bnb/css/custom.css and add this at the top of the file:
Regards,
Milos
Please edit the file /media/templates/site/bnb/css/custom.css and add this at the top of the file:
Code:
.scroller_row .sparky_page_container > .sparky_cell {
padding: 0;
}
Regards,
Milos
Last edit: 8 months 1 week ago by milos.
Please Log in to join the conversation.
-
ijohnparton
Active member - Topic Author
- Member
Less
More
- Posts: 45
- Thank you received: 0
8 months 1 week ago #51309
by ijohnparton
Replied by ijohnparton on topic Banner Help
Hi Milos
Thanks very much - how can i do that to all the row`s on the site if i need them to...
Thanks
Thanks very much - how can i do that to all the row`s on the site if i need them to...
Thanks
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6744
- Thank you received: 716
8 months 1 week ago #51310
by milos
Replied by milos on topic Banner Help
Hello,
Then you can change it to this:
All fluid rows will be without padding.
Regards,
Milos
Then you can change it to this:
Code:
.row_fluid.row_full_width .sparky_page_container > .sparky_cell {
padding: 0;
}
All fluid rows will be without padding.
Regards,
Milos
Please Log in to join the conversation.
-
ijohnparton
Active member - Topic Author
- Member
Less
More
- Posts: 45
- Thank you received: 0
8 months 6 days ago #51311
by ijohnparton
Replied by ijohnparton on topic Banner Help
Hi Milos
Thanks for the new code, but will this code automatically set all the containers to full width. all the time all will i have to turn on the full width in the Sparky Page Builder for the container.
Thanks
Thanks for the new code, but will this code automatically set all the containers to full width. all the time all will i have to turn on the full width in the Sparky Page Builder for the container.
Thanks
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6744
- Thank you received: 716
8 months 6 days ago #51313
by milos
Replied by milos on topic Banner Help
Hello,
This code will remove paddings for all containers that have parameters "Full Width" and "Fluid Row" checked in the page builder.
Regards,
Milos
This code will remove paddings for all containers that have parameters "Full Width" and "Fluid Row" checked in the page builder.
Regards,
Milos
Please Log in to join the conversation.
Time to create page: 0.327 seconds