Full width page images

Discussion in 'Harrington- A WordPress Business Theme.' started by jordielindstrom, Feb 9, 2014.

  1. jordielindstrom

    jordielindstrom New Member

    Joined:
    Mar 2, 2012
    Messages:
    27
    Likes Received:
    0
    Hi,

    When adding and placing an image onto a page using the template, fullwidth page, the image wont stay small and spands the whole width of the page. See attached.

    Thanks
     

    Attached Files:

  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .fullwidth img {
    width: auto;
    } 
    This will solve your issue.
     

Share This Page