Filipkiewicz Posted August 26, 2012 Share Posted August 26, 2012 Hi could any one please help me and tell me what line in global.css or other file I have to edit in order for the two buttons "view" and "add to cart" to be in place. Here is the link for what I mean http://www.cdkeysdiscount.com/26-adventure You can see that it is not in the right please Thank you Regards, Filip Link to comment Share on other sites More sharing options...
tdr170 Posted August 26, 2012 Share Posted August 26, 2012 (edited) Find this section in global.css and change the margin-right: to 0. a.button, a.exclusive, span.button, span.exclusive { margin-right:5px; width:85px; /*background:url(../img/btn_button.png) 0 0 no-repeat;*/ -moz-border-radius-topleft: 8px; -moz-border-radius-topright: 8px; -moz-border-radius-bottomright: 8px; -moz-border-radius-bottomleft: 8px; -webkit-border-radius: 8px 8px 8px 8px; border-radius: 8px 8px 8px 8px; background: url('/themes/theme121/img/blu_btn.png') top repeat-x; float: right; /* background: rgb(109,179,242); background: -moz-linear-gradient(top, rgba(109,179,242,1) 0%, rgba(84,163,238,1) 50%, rgba(54,144,240,1) 51%, rgba(30,105,222,1) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(109,179,242,1)), color-stop(50%,rgba(84,163,238,1)), color-stop(51%,rgba(54,144,240,1)), color-stop(100%,rgba(30,105,222,1))); background: -webkit-linear-gradient(top, rgba(109,179,242,1) 0%,rgba(84,163,238,1) 50%,rgba(54,144,240,1) 51%,rgba(30,105,222,1) 100%); background: -o-linear-gradient(top, rgba(109,179,242,1) 0%,rgba(84,163,238,1) 50%,rgba(54,144,240,1) 51%,rgba(30,105,222,1) 100%); background: -ms-linear-gradient(top, rgba(109,179,242,1) 0%,rgba(84,163,238,1) 50%,rgba(54,144,240,1) 51%,rgba(30,105,222,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6db3f2', endColorstr='#1e69de',GradientType=0 ); background: linear-gradient(top, rgba(109,179,242,1) 0%,rgba(84,163,238,1) 50%,rgba(54,144,240,1) 51%,rgba(30,105,222,1) 100%); */ } Edited August 26, 2012 by tdr170 (see edit history) Link to comment Share on other sites More sharing options...
Filipkiewicz Posted August 26, 2012 Author Share Posted August 26, 2012 Thanks, now the buttons are on the same level, but they are still outside the box Link to comment Share on other sites More sharing options...
tdr170 Posted August 26, 2012 Share Posted August 26, 2012 Sorry not familiar with this template can you can a snap and show me where you want things to be, to me it looks like this is the layout of this template. When I look at it with my developer tools it shows a left and right block with what you see in it. Get Google Chrome, go to your page hit F12 then click on elements in the window that comes up scroll through till you find this section, the page will highlight as you move your mouse over the different sections to help you find the right one. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now