Viewing 5 replies - 1 through 5 (of 5 total)
  • Andre

    (@creativedreams91)

    Hey meikana,

    What is the name of the website?

    There are different ways to do this. You could go in the code which is the css and change the width to 100%

    example

    img
    {
      width: 100%;
    }
    Thread Starter meikana

    (@meikana)

    I’d rather not have my site listed yet.

    When I change the width to 100% it made no changes. Don’t I have to adjust the margins?

    Keep in mind that when you tell an element to be a percentage wide, that is a percentage of the space available inside its containing element.

    Chances are the image is already at 100% width, and you need to increase the size of the containing element, or the element that contains the element that contains the element, ect.

    Using chrome development tool or firebug will help you visualy inspect elements if your not already using them.

    I am also interested in doing this. I’d like to place a full width slider on the homepage. Can this be done using Fruitful theme?

    Theme Author Fruitful Code

    (@fruitfulcode)

    vevans2,

    It’s not possible via theme options. Only way it’s change responsive grid and customize template.
    You can try make it yourself or hire our developers for any type of WordPress development or customization.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Make image full width’ is closed to new replies.