Tagged: x
-
AuthorPosts
-
November 16, 2016 at 9:16 pm #1260462
SuperParticipantFor some reason my widgets are all displaying vertically in the left column and not horizontally.
How can I fix this?November 16, 2016 at 9:17 pm #1260463
SuperParticipantThis reply has been marked as private.November 16, 2016 at 9:51 pm #1260491
SuperParticipantThis reply has been marked as private.November 16, 2016 at 10:54 pm #1260529
RupokMemberHi there,
Thanks for writing in! It’s showing vertically because you have placed all the widgets within same widget area (Footer 1). Let’s place some within Footer 2, 3, 4 as well.
To remove the white background, you can add this under Custom > CSS in the Customizer.
.x-colophon .widget ul li { background-color: transparent; }Hope this helps.
November 17, 2016 at 3:23 am #1260731
SuperParticipantThank you.
Also:
1) How do I style the widget headings?
2) How do I remove the lines inbetween the items on each widget?
3) How do I adjust the spacing between each widget?November 17, 2016 at 4:40 am #1260801
Paul RModeratorHi,
You can add this under Custom > Edit Global CSS in the Customizer.
/* style widget headings */ .x-colophon.top .h-widget { font-family: "Open Sans",sans-serif; font-style: normal; font-weight: 800; margin: 0 0 0.65em; font-size: 170%; line-height: 1.1; letter-spacing: 0.03em; } /* remove lines*/ .x-colophon.top .widget ul li { border-bottom: 0; } .x-colophon.top .widget ul { border-top: 0; } /* adjust width and spacing */ .x-colophon.top .x-column.x-1-4 { width: 22%; } .x-colophon.top .x-column { margin-right: 4%; }You may change the values to achieve your desired look.
Hope that helps
November 17, 2016 at 5:24 am #1260849
SuperParticipantthis is great.
Thank you.1) The lines are still there on the site links though. Can we remove these too?
2) Also how can I style the text and links under each widget?
November 17, 2016 at 5:48 am #1260880
SuperParticipantI’ve actually removed the site links section, so dont worry about that.
Would be good to know how to style the text and the links underneath each headerNovember 17, 2016 at 6:54 am #1260942
Paul RModeratorHi,
You can add this under Custom > Edit Global CSS in the Customizer.
/* footer links */ .x-colophon.top li a { font-family: "Open Sans",sans-serif; color:white; } /* footer text */ .x-colophon.top .widget { font-family: "Open Sans",sans-serif; color:white; }You may change white to any color you like.
Thanks
November 17, 2016 at 7:15 am #1260956
SuperParticipantThank you.
I’ve added the following code but when I increase the font size more than 100% it makes the both the content text AND headers bigger.
I want to make the text and links bigger but not the widget headers./* footer text */
.x-colophon.top .widget {
font-family: “Open Sans”,sans-serif;
font-style: normal;
font-weight: 600;
margin: 0 0 0.65em;
font-size: 100%;
letter-spacing: 0.03em;
color:white;
}November 17, 2016 at 11:10 am #1261263
JadeModeratorHi there,
Please use this code:
.x-colophon li a { font-size: 105%; }Hope this helps.
November 17, 2016 at 8:29 pm #1261990
SuperParticipantThanks Jade.
This doesnt change the size of the text underneath the Social heading.
“Facebook
Instagram
Twitter”Is there a seperate code for this?
November 17, 2016 at 11:27 pm #1262124
FriechModeratorHi There,
Use this css code for those text
#text-2 .textwidget p { font-size: 120%; }Cheers!
November 17, 2016 at 11:47 pm #1262144
SuperParticipantThank you so much.
Your support on this forum is outstanding.Keep up the good work
November 18, 2016 at 12:07 am #1262168
FriechModeratorWe’re delighted to assist you with this.
Cheers!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1260462 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
