Tagged: x
-
AuthorPosts
-
September 16, 2016 at 10:28 am #1178303
flokaheliParticipantdear x-theme team,
i found this entry in another post here.
footer.x-colophon.top .x-column:first-of-type, footer.x-colophon.top .x-column:last-of-type {
width: 16.8%;
}
footer.x-colophon.top .x-column:nth-of-type(3) {
width: 30.66666%;
}https://community.theme.co/forums/topic/how-to-change-the-width-of-footer-widgets/#post-902718
on my site now the third widget is a bit bigger
what do I have to change that the 4th (last on the right) widget is the only one a bit bigger than the others
thank you for your help!
September 16, 2016 at 2:54 pm #1178616
JoaoModeratorThanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.
September 17, 2016 at 4:03 am #1179186
flokaheliParticipantThis reply has been marked as private.September 17, 2016 at 4:24 am #1179203
ChristopherModeratorHi there,
Please remove this code :
footer.x-colophon.top .x-column:nth-of-type(3) { width: 30.66666%; } footer.x-colophon.top .x-column:first-of-type, footer.x-colophon.top .x-column:last-of-type { width: 16.8%; }And add following code :
.x-column.x-md.x-1-4.last { width: 36%; } footer.x-colophon.top .x-column { width: 16.8%; }Hope it helps.
September 17, 2016 at 6:33 am #1179271
flokaheliParticipantthank you very much!
September 17, 2016 at 6:40 am #1179276
Nabeel AModeratorGlad we could help 🙂
Cheers!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1178303 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
