Tagged: footer
-
AuthorPosts
-
May 2, 2020 at 7:13 pm #1209132
A few questions:
1. Is there a way to limit the number of tags in a tag cloud that’s forcing it to be too long? I don’t want the tag cloud to be longer than the text in the left column. Or set a max footer height?3. All the plugins I have are using different fonts/treatments, is there a way to override that and use the theme fonts for the entire footer area? Or where can I control the styling for that section?
https://thedownlo.com/ for reference
May 6, 2020 at 6:53 pm #1210419Hey laurenmonitz,
Please have a look at this thread for the tag cloud issue:
https://wordpress.stackexchange.com/questions/155206/edit-tag-cloud-widget-numberhttps://share.getcloudapp.com/9ZuEmnke Do you mean fonts for these widgets?
Best regards,
VictoriaMay 12, 2020 at 10:01 pm #1212378Yes, all the widgets in my footer have different fonts/treatments from various plugins. Is there a way to override and make them all the same?
May 12, 2020 at 10:43 pm #1212394Hi,
I’m not seeing any styling on the page at all. Are you having the same issue?
Best regards,
Jordan ShannonMay 12, 2020 at 10:46 pm #1212396I haven’t set any of the fonts/sizes in the footer, they just are whatever the various plug-ins have them set as automatically, which is all across the board. How do I make them all consistent?
May 13, 2020 at 3:27 am #1212448Hi,
I see. Add this to quick css and adjust the font-family to what you need:
#footer { font-family: AUTO!important; }Best regards,
Jordan ShannonMay 13, 2020 at 5:21 am #1212474Thank you — is there also a way to increase the spacing of the socket nav on mobile so they’re not so crunched together?
May 13, 2020 at 5:47 am #1212480Hi,
Add this to quick css:
@media only screen and (max-width: 767px){ #socket .sub_menu_socket l{ line-height:20px!important; }}Best regards,
Jordan ShannonMay 13, 2020 at 4:27 pm #1212654That unfortunately didn’t do anything :(
May 13, 2020 at 6:34 pm #1212687Hi,
Apologies, I had a typo in the code:
@media only screen and (max-width: 767px){ #socket .sub_menu_socket li{ line-height:20px!important; }}Best regards,
Jordan Shannon -
AuthorPosts
- You must be logged in to reply to this topic.
