Okay
  Public Ticket #2423056
Footer Widget
Closed

Comments

  • beameronline started the conversation

    I am using the salient theme and have my footer split to  2 columns (using your default tools).  The columns are split 50 / 50.  How can I change them to be 75 / 25?


    please help

    jon

    [email protected]

  •  8,884
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    @media only screen and (min-width: 690px) {
        div#footer-widgets[data-cols="2"] .span_6:first-child {
            width: 74.5% !important;
        }
        div#footer-widgets[data-cols="2"] .span_6:last-child {
            width: 23.5% !important;
        }
    }

    Thanks


    ThemeNectar Support Team