September 19, 2023 at 7:06 am
#106630
bkchua
Participant
I have managed to get the responsive view resolved.
In trying to get the right sidebar to load correctly in desktop view, I have made changes to the CSS code
/* Sidebar */
#secondary {
float: right;
width: 31.28%;
}
But in changing the percentage, somehow the responsive view was affected.