I am currently assisting a friend with the development of her website. While I consider myself somewhat of an amateur in web design, I usually manage to overcome challenges by dedicating hours to searching for solutions online. However, this time I have not been able to find a satisfactory answer despite my best efforts.
Here is a link to view the progress I have made so far
The 'menu' displayed on the page represents different projects, and clicking on them reveals corresponding images or slides within project-divs.
One of my goals is to have all project-divs arranged horizontally without wrapping onto a new line, which is successfully implemented in the current setup.
Another objective is to have activated projects align themselves to the left within their container-div. This works well when toggling between 'A,' 'B,' 'C,' and 'D.' However, an issue arises when selecting 'D' first, resulting in unexpected white space to the left of the project. Additionally, toggling between 'A' and 'D' causes an undesirable white space between these two projects.
If anyone can offer some guidance or assistance, it would be greatly appreciated!