Responsive width post and fb widget
- The topic ‘Responsive width post and fb widget’ is closed to new replies.
Need help? Check out our Support site, then
Hi, I need help on 2 points.
1- Is it possible to make the post’s width responsive (including the images inside)?
2- I don’t want the white background of the facebook like widget in the menu. I’ve added the code that you suggested: #facebook-likebox-2 iframe { background: transparent; }.
But it’s not working. Please let me know.
Thanks
The blog I need help with is: (visible only to logged in users)
Hi.
1. The theme is responsive. Here you can test your site at different resolutions: http://quirktools.com/screenfly/#u=http%3A//terradiciona.com/2014/05/14/lo-sciroppo-di-sambuco/&w=1024&h=600
2. Please, use the following css code:
#facebook-likebox-3 iframe { background: transparent; }
Thanks for the really quick response.
1. What I mean is that with higher resolution also the image should became larger (like it happens to the image in the header) and the text should fill the entire screen. Is there a css code that I can apply in order to have this result?
2. I’ve just applied the css code you have suggested but the widget background continue to be white.
Thanks
1. Ok, you can try using the following code:
@media screen and (min-width: 1024px) {
#main-content { width: auto; margin-right: 60px; }
}
2. Sorry, this code should work:
#facebook-likebox-3 iframe { background: transparent !important; }
Fine, It’s working!
Re point 2 is there a way to change also the text colour of the facebook widget?
Thanks really effective support and really nice theme!
Sure. Try using this:
#facebook-likebox-3 iframe a { color: #FFF !important; }
Thanks, really useful.
You’re welcome