• Resolved tianqiwang

    (@tianqiwang)


    Hi guys,

    I set the image on my front page full-width with Word press editor but it shows up with a huge gap on the right.

    I think the container does not have any problem and I didn’t set any sidebars too.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Di Themes

    (@dithemes)

    Hi

    Please use below custom CSS:

    .entry-content .alignfull {
    	margin-left: inherit;
    }

    To add custom CSS: Appearance > Customize > Additional CSS.

    Thanks

    Thread Starter tianqiwang

    (@tianqiwang)

    Hi,

    Thank you for your reply.

    It does have an effect, but it seems returns to the normal width even if I set the image at full-width.

    Thanks

    Theme Author Di Themes

    (@dithemes)

    Hi

    Please replace added code :

    .entry-content .alignfull {
    	margin-left: inherit;
    	margin-right: inherit;
    }

    with

    .entry-content .alignfull {
    	width: auto;
    }

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Image Not Full-width’ is closed to new replies.