Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #253027

    How can I get an image to display the full width of the page.

    Take a look at http://www.jeffburch.ca/homepage/. The image is 1130X283. However, when I upload it onto the site, it resizes the image to 1030×283, leaving white space on either side of the picture. How can I get the image to display the full 1130×283 size so it spans the entire width of the page.

    #253196

    Hi lsrmedia!

    Please add a Color Section element to your page with a unique id and add your image inside it, then add following code to Quick CSS in Enfold theme options under Styling tab

    #your-custom-id .container { width: 100% !important; }

    Best regards,
    Yigit

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