Comments 1P started the conversationOctober 16, 2014 at 11:57pmHi Tahir - I am struggling to get borders on the bottom of each full_width_section.Please can you help me with some CSS that I can add so that I can easily draw a black border after each full width section?I have tried overriding the hr element but it will not draw full width Tried adding a class to full_width_section that does border:1px solid etc...No joy!THANKS! 8,839Tahir repliedOctober 17, 2014 at 1:04amHey!Add this into the Custom CSS box located in your Salient Options panel :.full-width-section.standard_section { border-bottom: 5px solid #000; }Thanks ThemeNectar Support Team 1P repliedOctober 17, 2014 at 5:31amHey Tahir - Thanks. That looks loads better BUT I don't want to apply it to every fill_width_section. I just want to add it in at the short-code stage. I tried adding that div selectively like this in the page content editor:[full_width_section]<div class="full-width-border'></div>[/full_width_section]with:.full-width-border { border-bottom: 5px solid #000;}in General->CSS. But it doesn't work - the line only fits the container and has a margin. It looks so much better with the borders but I can't figure out how to get this just selectively on some sections.How would you approach it?Thanks, Tahir 8,839Tahir repliedOctober 17, 2014 at 5:04pmHey!Its actually quite simple. Though you would have to use the Visual Composer. See screenshot: http://prntscr.com/4wzytm and http://prntscr.com/4wzz1k . You can add the class to the specific rows you need . Thanks ThemeNectar Support Team 1P repliedOctober 17, 2014 at 5:55pmthanks, Tahir. You rock.@! Sign in to reply ...
Hi Tahir -
I am struggling to get borders on the bottom of each full_width_section.
Please can you help me with some CSS that I can add so that I can easily draw a black border after each full width section?
I have tried overriding the hr element but it will not draw full width
Tried adding a class to full_width_section that does border:1px solid etc...
No joy!
THANKS!
Hey!
Thanks
ThemeNectar Support Team
Hey Tahir -
Thanks. That looks loads better BUT I don't want to apply it to every fill_width_section. I just want to add it in at the short-code stage.
I tried adding that div selectively like this in the page content editor:
[full_width_section]
<div class="full-width-border'></div>
[/full_width_section]
with:
.full-width-border {
border-bottom: 5px solid #000;
}
in General->CSS. But it doesn't work - the line only fits the container and has a margin.
It looks so much better with the borders but I can't figure out how to get this just selectively on some sections.
How would you approach it?
Thanks, Tahir
Hey!
Its actually quite simple. Though you would have to use the Visual Composer. See screenshot: http://prntscr.com/4wzytm and http://prntscr.com/4wzz1k . You can add the class to the specific rows you need .
Thanks
ThemeNectar Support Team
thanks, Tahir. You rock.@!