Okay
  Public Ticket #378882
Single Footer Column
Closed

Comments

  • Jamie started the conversation

    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




  •  8,848
    Tahir replied

    Hey!

    Can you provide the site url so i can write up some custom css for you .

    Thanks


    ThemeNectar Support Team 

  •   Jamie replied privately
  •  8,848
    Tahir replied

    Hey!

    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



    ThemeNectar Support Team 

  • Jamie replied

    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



  •  8,848
    Tahir replied

    Hey 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



    ThemeNectar Support Team