• Resolved Manish S

    (@shahmanish877)


    The 3-column grid doesn’t fully stretch to the width of the parent. I tried to fix it using CSS but it breaks to 2-column.

    Is there a simple CSS or JS to fix it? Or aligning wrapper to center will also work for me.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author QuantumCloud

    (@quantumcloud)

    Hi,

    Please share the page link where we can see the issue.

    Thank you

    Thread Starter Manish S

    (@shahmanish877)

    I tried it in the new localhost and it has the same issue. The site isn’t live so can you please check it in any other staging site?
    Here’s the screenshot – https://nimb.ws/4huJj5t

    Plugin Author QuantumCloud

    (@quantumcloud)

    Without a live URL it is difficult to troubleshoot.

    Please add below custom CSS from Simple Link Directory -> Settings -> Custom CSS tab. We hope your issue will be fixed, if not then please share the live link.


    @media only screen and (min-width: 992px){
    body .qcopd-list-wrapper .qcsld-new-style-16 .opd-column-3 {
    width: 31% !important;
    }
    }

    Thank you

    Thread Starter Manish S

    (@shahmanish877)

    Here’s the live site – https://www.headhunterslist.com/

    But the issue is not with this site, the issue is in new WordPress installation also.

    Can we make it full width as parent? or can we align center?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Container Alignment’ is closed to new replies.