Hello
I purchased this template and i am trying to add a background to the main column, the same one as #row4 in css
so in css/style.bluerain.css in line 1111 i added
but the width of the main column brakes and it does not shown the right borders
can you please help ?
thanks
AS Templates
POSTED: 2012-11-07
Hello CORPUSID,
We have to see the problem, please provide us with your site URL.
Probably you will need to ask for our services, we are not providing customization services for free, sorry about that.
Regards, AS Team.
corpusid
POSTED: 2012-11-07
hello
the website's url is
http://kanellatou.gr/jupgrade/
thanks
AS Templates
POSTED: 2012-11-07
Hello CORPUSID,
The template was not designed to has a background in the main component, try to add the following css to the tmpl.custom.css file:
Hello, i added this and worked fine
#colmain #component,
#cmp_content
{
background-image: url('../images/styles/bluerain/bg.content.png');
background-repeat:repeat repeat;
border:1px solid #343445;
border-bottom-left-radius:3px;
border-bottom-right-radius:3px;
border-top-left-radius:3px;
border-top-right-radius:3px;
color:#BDBDBD;
padding: 8px;
width: 710px;
}
many thanks
corpusid
POSTED: 2012-11-08
The above solution was fine until i published a right column module
i tried to make width to 480px and it is fine
but i don't want the right column module in every page.
Can you, please suggest something?
url is http://kanellatou.gr/jupgrade/biography.html
Thank you
AS Templates
POSTED: 2012-11-08
Hello CORPUSID,
Yes, that is why we told you it not designed to has a background in the main component. There should be done some changes in the template algorithm which recalculates the component size.
Sorry, in this case you have ask for our services:
http://www.astemplates.com/services.php
Regards, AS Team.
corpusid
POSTED: 2013-04-09
Hello
I noticed that component.php is calling a css file named
tmpl.general.css
that should be inside the css folder
and just there is not there
Get an access to all 94 items designed and developed by AS Designing team plus all the future items
which will be released over the course of your club subscription.
Price starting from $59.00
I purchased this template and i am trying to add a background to the main column, the same one as #row4 in css
so in css/style.bluerain.css in line 1111 i added
background-image:url(../images/styles/bluerain/bg.content.png);
background-repeat:repeat repeat;
border:1px solid #343445;
border-bottom-left-radius:3px;
border-bottom-right-radius:3px;
border-top-left-radius:3px;
border-top-right-radius:3px;
color:#BDBDBD;
padding: 10px;
but the width of the main column brakes and it does not shown the right borders
can you please help ?
thanks
We have to see the problem, please provide us with your site URL.
Probably you will need to ask for our services, we are not providing customization services for free, sorry about that.
Regards, AS Team.
the website's url is
http://kanellatou.gr/jupgrade/
thanks
The template was not designed to has a background in the main component, try to add the following css to the tmpl.custom.css file:
#colmain #component,
#cmp_content
{
background-image: url("../images/styles/bluerain/bg.content.png");
width: 705px;
}
Regards, AS Team.
#colmain #component,
#cmp_content
{
background-image: url('../images/styles/bluerain/bg.content.png');
background-repeat:repeat repeat;
border:1px solid #343445;
border-bottom-left-radius:3px;
border-bottom-right-radius:3px;
border-top-left-radius:3px;
border-top-right-radius:3px;
color:#BDBDBD;
padding: 8px;
width: 710px;
}
many thanks
i tried to make width to 480px and it is fine
but i don't want the right column module in every page.
Can you, please suggest something?
url is http://kanellatou.gr/jupgrade/biography.html
Thank you
Yes, that is why we told you it not designed to has a background in the main component. There should be done some changes in the template algorithm which recalculates the component size.
Sorry, in this case you have ask for our services:
http://www.astemplates.com/services.php
Regards, AS Team.
I noticed that component.php is calling a css file named
tmpl.general.css
that should be inside the css folder
and just there is not there