- 14
Hi
How can I center the footer copyright text in the Jewelry 3.1 theme.
I have managed to center the copyright text in the desktop version, but then it is completely incorrect in the responsive side of the theme.
Below is what I entered into the styles.css file
.footer-disclaimer {
float: left;
font: normal normal 11px/35px Tahoma, Geneva, sans-serif;
color: #b68c65;
margin-left: 370px;
How can I get the copyright text to be in the center in the Desktop theme, without affecting it in the responsive side, as the responsive side is correctly centered
thanks
How can I center the footer copyright text in the Jewelry 3.1 theme.
I have managed to center the copyright text in the desktop version, but then it is completely incorrect in the responsive side of the theme.
Below is what I entered into the styles.css file
.footer-disclaimer {
float: left;
font: normal normal 11px/35px Tahoma, Geneva, sans-serif;
color: #b68c65;
margin-left: 370px;
How can I get the copyright text to be in the center in the Desktop theme, without affecting it in the responsive side, as the responsive side is correctly centered
thanks