This topic has 4 replies, 2 voices, and was last updated 8 years by Radu.

  • Author
  • #126332
     flashwolf
    Participant

    Hello i have 4 footer column

    i need just one

    how can i do to strech the content of one footer on 100% width

    thx

    #126386
     Radu
    Moderator

    Credentials to view the website please ?

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #126388
     Radu
    Moderator

    Hi,
    Ignore the above message use this solution

    COPY CODE
    
    div#footer .col-sm-3:nth-child(2),div#footer .col-sm-3:nth-child(3),div#footer .col-sm-3:nth-child(4) {
        display: none !important;
    }
    div#footer .col-sm-3:nth-child(1) {width:100% !important; }
    

    Add this css to wp-admin -> theme options -> general settings -> quick css

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #126824
     flashwolf
    Participant

    thax radu for your answer
    The strech is horrible but i have wanted it:)
    can you give me 2 codes different :

    1 – can you give me the code if i want 3 footer column and not 4 and center my plug in the middle
    2 – and can you give me a second code if i want the content is 50% for example and center in the footer
    that is a plug for mailchimp i have place
    and for the moment the form field make 900 px and that horrible to see 🙂

    #127040
     Radu
    Moderator

    Hi,

    1.
    // 3 footer columns css

    COPY CODE
    
    div#footer .col-sm-3:nth-child(4) {
        display: none !important;
    }
    div#footer .col-sm-3:nth-child(1),div#footer .col-sm-3:nth-child(2),div#footer .col-sm-3:nth-child(3) {
        width: 33% !important;
    }
    

    2. I don’t understand…. provide a sketch please

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 5 posts - 1 through 5 (of 5 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?