-
Author
Tagged: border
-
August 10, 2015 at 12:46 #72409
maxhilton
ParticipantHi,
I need a border on current column(1.jpg), just like in border.jpg, is that possible ? Thanks
August 10, 2015 at 19:28 #72469Radu
ModeratorHi,
Yes, but please provide that page url.
Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAugust 11, 2015 at 02:58 #72510maxhilton
ParticipantHI,
Below are the pages :
– https://tukang.com.my/low-budget-renovation/
– https://tukang.com.my/aa2hm/ (need border as well)Thanks !
August 11, 2015 at 18:23 #72588Radu
ModeratorHi,
Try this snippets
COPY CODE.caroufredsel_wrapper { border-left: 1px solid #333; border-bottom: 1px solid #333; border-right: 1px solid #333; } //OPTIONAL Make all small thumbs to have same height. .caroufredsel_wrapper .kleo-thumbs-carousel a img { height:45px !important; }COPY CODE//Border 5px to https://tukang.com.my/aa2hm/ .kleo_text_column.wpb_content_element { border: 5px solid #777; }Let me know if it’s ok
Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAugust 12, 2015 at 04:13 #72650maxhilton
ParticipantHi Radu,
Thanks for the help, it works well for the second one, for the first one, however, is not working, cause the border cover on the image gallery, (Sorry, forget to tell you that it was an image gallery above and textblock below, and the border right and left should be cover both image gallery and text block), Or Maybe the left and right border that can connect to the image gallery, possible for that ?
ThanksAugust 14, 2015 at 07:38 #72944maxhilton
ParticipantHi,
Can I know how to remove the space between the image gallery and the text block ? Tried with padding=”0px” but it doesn’t seems to be work, any suggestion on it ? Thanks (.image is the class name for the image gallery)
August 14, 2015 at 14:07 #72967Radu
ModeratorGet rid of that padding
COPY CODE.wpb_row, .wpb_content_element, ul.wpb_thumbnails-fluid > li, .last_toggle_el_margin, .wpb_button { margin-bottom: 0px; }Get rid of that space and add border to entire box.
COPY CODE.wpb_gallery.wpb_content_element { margin-bottom: 0px; border-left: 1px solid #c3c3c3; border-right: 1px solid #c3c3c3; border-top: 1px solid #c3c3c3; } .kleo_text_column.wpb_content_element { border-left: 1px solid #c3c3c3; border-right: 1px solid #c3c3c3; } .kleo_text_column.wpb_content_element h3 {margin-top:0;padding:10px 0;} .kleo_text_column.wpb_content_element table {border-bottom:1px solid #c3c3c3;}Let me know if is ok.
Best Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAugust 17, 2015 at 13:13 #73364Radu
ModeratorYou’re welcome,
Also don’t forget to rate our theme on Themeforest and give it 5 stars 🙂
http://themeforest.net/downloads/
Best regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionNovember 18, 2015 at 10:47 #87823maxhilton
ParticipantHi,
Can I know how to change the design as per attachment ? Thanks
November 18, 2015 at 17:32 #87893Radu
ModeratorHI,
COPY CODE.article-content .wpb_wrapper .wpb_wrapper h3 { margin: 5px 0; }Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionNovember 19, 2015 at 02:06 #88059maxhilton
ParticipantHi Radu,
Thanks for the help, and the space between the border and the table as per attachment ?
November 19, 2015 at 17:42 #88133Radu
ModeratorPlease add this css
COPY CODE.kleo_text_column.wpb_content_element { border-right: 1px solid #c3c3c3 !important; border-left: 1px solid #c3c3c3 !important; border-top: 1px solid #c3c3c3 !important; border-bottom: 1px solid #c3c3c3 !important; padding-top: 0px; }Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The forum ‘KLEO’ is closed to new topics and replies.