Comments Jamie started the conversationFebruary 23, 2015 at 1:47pmHi,I need to use a single column within the footer but the lowest option is for a 1/2 + 1/2 split. I was wondering if you could help me solve this issue.Kind regards,Jamie 9,333Tahir repliedFebruary 23, 2015 at 3:04pmHey!Can you provide the site url so i can write up some custom css for you .Thanks Salient Support Team | Say Hello! Jamie replied privately 9,333Tahir repliedFebruary 23, 2015 at 6:43pmHey!Add this into the Custom CSS box located in your Salient Options panel :input[type="radio"] { -webkit-appearance: checkbox; /* Chrome, Safari, Opera */ -moz-appearance: checkbox; /* Firefox */ -ms-appearance: checkbox; /* not currently supported */ } #footer-widgets .span_6 {width:100% !important;}Thanks Salient Support Team | Say Hello! Jamie repliedFebruary 24, 2015 at 1:26pmThat worked wonders thank you. The only issue now is that there is an empty widget space? Anyway around this?Also, thank you for the radio type. Is there anyway for making them a set size or colour?Kind regards,Jamie 9,333Tahir repliedFebruary 24, 2015 at 2:19pmHey Again!Add this into the Custom CSS box located in your Salient Options panel :#footer-widgets .span_6 { width: 100% !important; } #footer-widgets .span_6.col_last { display:none !important; }No i am afraid these custom css are only pseudo elements, meaning they wont work in every browser. Thanks Salient Support Team | Say Hello! Sign in to reply ...
Hi,
I need to use a single column within the footer but the lowest option is for a 1/2 + 1/2 split.
I was wondering if you could help me solve this issue.
Kind regards,
Jamie
Hey!
Can you provide the site url so i can write up some custom css for you .
Thanks
Salient Support Team | Say Hello!
Hey!
Thanks
Salient Support Team | Say Hello!
That worked wonders thank you. The only issue now is that there is an empty widget space? Anyway around this?
Also, thank you for the radio type. Is there anyway for making them a set size or colour?
Kind regards,
Jamie
Hey Again!
No i am afraid these custom css are only pseudo elements, meaning they wont work in every browser.
Thanks
Salient Support Team | Say Hello!