Home Forums WoodMart support forum Images overflow issue in single post layout

Images overflow issue in single post layout

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

    contact.nhatlam
    Participant

    Hello,

    I am experiencing an issue with the single post layout on my website using the WoodMart theme. Specifically, the images in my posts are overflowing beyond the content area, causing layout misalignment.

    #625104

    Hung Pham
    Keymaster

    Hi contact.nhatlam,

    Thanks for reaching to us.

    Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:

    div[id^='attachment_'],
    div[id*=' attachment_']{
        width: auto !important;
    }

    Regards,

Viewing 2 posts - 1 through 2 (of 2 total)