site responsiveness with my own CSS buttons
p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 13.0px Arial}
p.p2 {margin: 0.0px 0.0px 0.0px 0.0px; font: 13.0px Arial; min-height: 15.0px}
p.p3 {margin: 0.0px 0.0px 0.0px 0.0px; font: 13.0px Arial; background-color: #fffc66}
p.p4 {margin: 0.0px 0.0px 0.0px 0.0px; font: 13.0px Arial; background-color: #fffc66; min-height: 15.0px}
p.p5 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px 'Lucida Grande'; min-height: 15.0px}
p.p6 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px 'Lucida Grande'}
p.p7 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px 'Lucida Grande'; background-color: #fffc66}
Hi
A friend made this CSS button for me to use for my site
Here is the code for it
.ghost-button1 {
display: inline-block;
width: 180px;
padding: 8px;
background-color: rgba(0, 0, 0, 0.1);
color: #ecedf4;
border: 2.5px solid #fff;
text-align: center;
text-decoration: none;
font: 25px Raleway;
border-radius: 4px;
}
.ghost-button1:hover,
.ghost-button1:active {
background: #ecedf4;
color: #545459;
text-decoration: none;
}
On my website - http://www.sunnypyburn.co.uk/a-new-page/ you can see two of these buttons “weddings” and “parties”.
The problem I am having is when I view the website on my mobile phone, the buttons are no longer inside the picture. On this website - https://serato.com/dj/intro the 6 buttons stay inside the picture on both desktop and mobile phone. I want to achieve the same with my own CSS buttons
here is the short code for my buttons which goes inside the container (I have used collum)
<div style="height:509px;" ></div>
<a class="ghost-button1" href="#" >Parties</a>
<div style="height:80px;" ></div>
There is a 509px padding above and 80px padding below the button to hold it in place inside the container. Could this be what is causing the problems?
What can I do to achieve the result that I want?
Thanks
Sunny
Comments
to achieve the result you want, you need to contact with your web developer because such customization in reference to Item Support Policy are not included unfortunately. And developer who would do such customization for you, would be responsible for those changes in responsive mode, etc as we can not be responsible for anything what is not included into original theme version.
Thanks for understanding!