Hey guys I want to show specific item to full layout. I mean it should be fixed to both side of content edge.
I am unable to explain by word that’s why I created below image please prefer it.
Hey guys I want to show specific item to full layout. I mean it should be fixed to both side of content edge.
I am unable to explain by word that’s why I created below image please prefer it.
Add negative padding/margin to the element.
Ok let me check
How are you limiting the maximum width of your content?
If you are using %, then it is really simple just use a negative margin.
But if you are using max-width in pixel, then it will be a little complex to apply appropriate negative margin.