Jump to content

Little help with changing the code


Recommended Posts

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 by tdr170 (see edit history)
Link to comment
Share on other sites

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...