Home › Forums › Winning Agent Pro Theme › Two User Profils in Footer
Tagged: Footer, footer widgets, user profile
- This topic has 4 replies, 2 voices, and was last updated 8 years, 6 months ago by
Winning Agent Staff.
- AuthorPosts
- November 4, 2014 at 9:37 pm #3833
Winning Agent Staff
KeymasterI need to add two agent bios and headshots in the footer. One on each side. 50% 50% width. Same text styling. What is the best way to accomplish this?
When I simply try adding another Genesis User Profile to Footer 1 the text is not style the same as Footer 2.
- November 4, 2014 at 9:45 pm #3839
Ginger Coolidge
ParticipantHi there,
Do you have a link to share?
- November 6, 2014 at 9:02 am #3876
Winning Agent Staff
KeymasterHere is the link: http://goo.gl/VMBqAW
- November 6, 2014 at 10:57 pm #3888
Ginger Coolidge
ParticipantHi,
OK, I see what you mean now. You can make these match by making a small change in your style.css file, located in the theme folder.
Have a look in the Footer Widgets section, and specifically around line 1746 you’ll see styling for .footer-widgets-2 that specifies a font size and line height. The font and line height you see in footer widget 1 is not specified so it’s inheriting the values from the body class.
If you like it more compact, just add
.footer-widget-1,
above that line so the final is.footer-widgets-1, .footer-widgets-2 { font-family: 'Georgia', serif; font-size: 15px; line-height: 1.4; }
Or, if you prefer it more spread out with the slightly larger font, you can comment out or delete the block for footer widget 2 and it will take on the same font and line height as footer widget 1.
Best Regards,
-Ginger
- November 10, 2014 at 8:42 pm #3906
Winning Agent Staff
KeymasterThat did it. Thank you!
- AuthorPosts
- You must be logged in to reply to this topic.