themesupport
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Kale] Issue with Featured Posts dropdown in Customize areaHello @amapforkandcork,
Could you open new ticket on our support forum: https://www.lyrathemes.com/support/ so I’ll have a look at your site?
Best regards,
DiegoHappy to help 🙂
Best
Diego
SmashBalloon TeamHi
Please, replace the code you’ve added for the following one:
@media only screen and (min-device-width : 769px) { .cff-likebox { float: right; width: 47%; } .cff-item { width: 50% !important; } .fb_iframe_widget iframe { margin: 0 20%; width: 301px !important; } }The image can’t be enlarged because it’s inside FB’s iframe but this should take care of all you need.
Please let us know if you have any more questions.
Best
Diego
SmashBalloon TeamHi bluebird145,
Yes, it could be done. Please add the old code I gave you and let me know so I can work over that on your page.
@media only screen and (min-device-width : 769px) { .cff-likebox { float: right; width: 45%; } .cff-item { width: 45% !important; } }Let me know when it’s added.
Best
Diego
SmashBalloon TeamHey!
Try using the following code instead:
@media only screen and (min-device-width : 769px) {
.cff-likebox { float: right; width: 45%; }
.cff-item { width: 45% !important; }
}Let me know if that fixes it.
Best
Diego
SmashBalloom TeamHi bluebird145,
Please, open your WP Admin and go to Facebook Feed > Customize > Misc > Custom CSS and inside that box, add the following code:
.cff-likebox { float: right; width: 45%; } .cff-item { width: 45% !important; }Save and refresh your page.
Please let us know if you have any more questions.
Best
Diego
SmashBalloom TeamHi bluebird145,
Would you mind to share your link with me? That way I can give you a code that will work on your site. I don’t want to give you some code that messes up something else.
Looking forward to it!
Best
Diego
SmashBalloom Team