-
Author
-
June 22, 2016 at 13:11 #126332flashwolfParticipant
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
June 22, 2016 at 18:54 #126386RaduModeratorCredentials 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 solutionJune 22, 2016 at 19:00 #126388RaduModeratorHi,
Ignore the above message use this solutionCOPY CODEdiv#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 solutionJune 25, 2016 at 10:57 #126824flashwolfParticipantthax 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 🙂June 27, 2016 at 18:02 #127040RaduModeratorHi,
1.
// 3 footer columns cssCOPY CODEdiv#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 -
AuthorPosts
You must be logged in to reply to this topic.