Currently, I am in the process of creating a Coppermine Theme using tables as the base structure. However, I would like to add some CSS styling to enhance its appearance.
I am trying to ensure that the gallery content occupies the entire container. You can find the link to my gallery here.
Upon viewing the gallery, you will notice that the content aligns on the left side only. I have attempted to make it extend to the right as well to fill the entire container, but have been unsuccessful.
Below is the CSS code I am currently using:
.maintable {
background-color: #FFFFFF;
margin-left: -40px;
padding-right:50px;
}
Could you please provide guidance on how to correct this issue?
Thank you for your assistance.