Support Forums for LiveMesh Themes & Plugins › Forums › Peak Theme Support › Instagram Widget in Footer
- This topic has 11 replies, 2 voices, and was last updated 9 years, 6 months ago by
Veena.
-
AuthorPosts
-
October 17, 2016 at 9:11 pm #24479
pgrowth
MemberHello, I cannot figure out how to make my Instagram the same as yours in the demo.
The thumbnails are not the same size and there is a lot of room. Also, on Social widget, when I put in the title it does not show up. Only the icons.
url: browardhealthfoundation.org
user: ethan
pass: 123
Thank you.
October 18, 2016 at 6:39 am #24482Veena
ModeratorYou need to adjust the footer columns. Pls check the “Footer Options” section in themedocumentation.
Thanks.
October 18, 2016 at 9:16 pm #24493pgrowth
MemberHi, I have done that. I chose every option available but still none of them work.
What is the one being used in the demo?
October 19, 2016 at 8:36 am #24502Veena
ModeratorPls choose 1(2c) + 1 – Footer Columns in Themeoptions > footer .
October 19, 2016 at 9:53 pm #24512pgrowth
MemberHi Phoenix, I have that chosen, but it still does not look right. I have the widget in “Footer Widget Area Three” with the Instagram widget, 6 photos to display and at large. You can see in my footer that it does not look like it does on your website.
On my site there should be two rows with three images in the rows, but instead there are three rows with two images.
On your site there are two rows with three images in the rows.
October 19, 2016 at 9:54 pm #24513pgrowth
MemberAnd then also the social icons are not aligned correctly, and the title does not appear.
October 20, 2016 at 8:02 am #24521Veena
ModeratorPls have the below custom CSS in themeoptions > custom CSS tab
div#sidebar-footer3 .widget ul { margin: 0 !important; }October 20, 2016 at 7:57 pm #24537pgrowth
MemberHi, okay I have put it there but the footer is still not working! 🙁
I don’t know what is going on.. the theme I bought should be working but it is not.
October 21, 2016 at 5:09 am #24540Veena
ModeratorPls check now . You have got some syntax error in your custom CSS but now i have corrected the same.
The below custom CSS will affect all the widgets whether it is in header, footer or in page sidebar so if you want to apply styles then target the specific element by their id or class and add the syling .
.widget ol, .widget ul, .widget ol li, .widget ul li { list-style: outside none disc; margin: 15px; }I have added modified custom CSS for footer widget in your custom CSS .
October 24, 2016 at 8:46 pm #24577pgrowth
MemberThis reply has been marked as private.October 24, 2016 at 8:47 pm #24578pgrowth
MemberThis reply has been marked as private.October 25, 2016 at 7:41 am #24583Veena
ModeratorActually the below custom CSS is causing the margin issue.
.widget ol, .widget ul, .widget ol li, .widget ul li { list-style: outside none disc; margin: 15px; }Can you pls apply the margin only for specific widgets, here margin is affecting the entire widgets .
-
AuthorPosts
- The forum ‘Peak Theme Support’ is closed to new topics and replies.