• Resolved dustinwinkle

    (@dustinwinkle)


    Having issues with the listings being a very small width. I cannot get them to go any wider. This is inside of a site built with elementor. Changing settings there seems to have no effect on the width of your plugin.

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

Viewing 1 replies (of 1 total)
  • Plugin Author theverylastperson

    (@theverylastperson)

    Hi Dustin,

    You can use a little custom CSS to force the vehicle area to fit the entire area.

    Something like this should work:

    
    .elementor-text-editor #demon-content {
        max-width: 100% !important;
    }
    

    That should force the listings to take up all the space available.

    Give it a shot and if you run into issues just swing by our site and fill out the contact form and let us know.

    Best wishes,
    -j

Viewing 1 replies (of 1 total)
  • The topic ‘Issues with width or margin’ is closed to new replies.