I'm facing an issue where I am attempting to align content to the left side of my screen to display a feed while also ensuring that the pushed content is responsive. Unfortunately, the feed is not visible and the content remains unresponsive.
Is there anyone who can help me solve this problem?
Snippet of code:
$('.feedTrigger').click(function(){
$('.content-wrapper').toggleClass('feedOpen');
});