Builds product pages for a company with hundreds of products. Have thought of embedding slideshows at the top of a portfolio page, which can easily be uploaded to a specific page, how can I change the arrows in the gallery to bullets in the slideshow?
The next tricky problem is building tables of different widths that I built with Block Grid and with class script:
.block gridleft {
width: 25%! important;
}
.blockgridright {
text-align: justify;
width: 60%! important;
}
Although I would have to make more columns with different amounts of text in each grid, is there any other easy way to handle this?
Or maybe I should use the “TablePress” extension to build nicely?
And after that I would like to build these into a “Classic Accordion” with the show / hide function, but I am not successful.
Hope for help!