I love the new responsive themes - but am having problems with one of them - canvas. The theme comes with png files for three buttons - regular, selected, and hover. However, the nav section of the code (also included with the theme) has the line for the button as
/* border: none;
background: url(../images/button_reg.png);
background-size: contain;*/
So when I delete the "/*" and the */", the buttons on the preview are a mess. Help!
Responsive Buttons - Post ID 218984
Can you share a link?
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.
This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
It's easy to overlook something you're not looking for.
This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
No - my site is not live yet. But I can attach a screen shot. The nav code (I have dinked with it a bit) is
nav ul {
clear: left;
list-style: none;
width: 100%; /* 960/960 */
height: 60px;
margin-left: 1%; /* 10/960 */
padding-top: 160px;
padding-bottom: 0px;
text-align: left;
border: none;
}
nav ul li {
display: inline;
margin: 0 0.208333333333% 0 0; /* 2/960 */
border: none;
}
nav ul li a {
color: #fff;
font-size: 1em;
font-weight: bolder;
text-align: center;
letter-spacing: 0.1em;
padding: 12px;
width: 20.5%; /* 226/960 */
display: inline-block;
text-transform: uppercase;
background-color: #78C9F7;
border: none;
background: url(../images/button_reg.png);
}
nav ul {
clear: left;
list-style: none;
width: 100%; /* 960/960 */
height: 60px;
margin-left: 1%; /* 10/960 */
padding-top: 160px;
padding-bottom: 0px;
text-align: left;
border: none;
}
nav ul li {
display: inline;
margin: 0 0.208333333333% 0 0; /* 2/960 */
border: none;
}
nav ul li a {
color: #fff;
font-size: 1em;
font-weight: bolder;
text-align: center;
letter-spacing: 0.1em;
padding: 12px;
width: 20.5%; /* 226/960 */
display: inline-block;
text-transform: uppercase;
background-color: #78C9F7;
border: none;
background: url(../images/button_reg.png);
}
Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.