Home › Forums › Support › Full Width image with BB This topic has 4 replies, 2 voices, and was last updated 5 years, 4 months ago by Tom. Viewing 5 posts - 1 through 5 (of 5 total) Author Posts January 13, 2017 at 9:46 am #263785 ekhymosis Hi. I am trying put a full width image with the Beaver Builder plugin but the GP not show the image in full width mode. http://turismoandinopasto.com check the last image in the bottom page. Help please ๐ Thanks January 13, 2017 at 9:58 am #263799 TomLead Developer Lead Developer Hi there, Beaver Builder has the fl-photo-content div set to display inline-block so it will take up only as much width as the content says to. You can force it to be 100% like this: .fl-photo-content { width: 100%; } Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Ongoing Development: https://generatepress.com/ongoing-development January 13, 2017 at 11:29 am #263821 ekhymosis Hi, thanks for reply. .fl-photo-content-img { width: 100%; } This, solved my problem. Thanks! January 13, 2017 at 11:30 am #263822 ekhymosis .fl-photo-content img { width: 100%; } sorry.. add “img” in the line. January 13, 2017 at 12:58 pm #263845 TomLead Developer Lead Developer Awesome, glad you got it working ๐ Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Ongoing Development: https://generatepress.com/ongoing-development Author Posts Viewing 5 posts - 1 through 5 (of 5 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In