Home Forums Pro Themes WEN Business Pro Can I create full width content?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #79763
    Warman
    Participant

    Hello, I have Master Biz Pro. Is it possible to create a content section in a page that spans 100% of the width? Basically, I would like to drop a content container in on a page (similar to a callout on the main page) where I could either insert an image into it, or type text and change the background color. The site I am working on is http://investmentmanagementcorp.com/IMCwordpress/ Thanks.

    #79976
    wensolutions
    Keymaster

    Hello @warman,

    Please add below given CSS by going to Admin Panel > Appearance > Customize > Additional CSS to make the page go full width.

    .home .site-content > .container,
    .home .site-content .fl-row-fixed-width {
    	width: 100%;
    	max-width: 100%;
    }

    Hope this helps.

    Regards!!

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.