Home › Forums › Pro Support › Ajax duplicating content › Reply To: Ajax duplicating content
July 21, 2018 at 11:05 pm
#5339
Participant
The best I can achieve is:
.featured-column {
width: 110%!important;
left: 50%;
right: 50%;
margin-left: -55%!important;
margin-right: 45%!important;
}
I then have this in a @media min width breakpoint so it doesnt affect the featured column on tablet or mobile.
Not sure if there’s any other way to do it?