Hello
I have a problem adjusting the center collumn on my website www.djbazar.cz. Could you help please?
I am using admanager 2.8.0 and Joomla 2.5.9
Regards Ondrej
AS Templates
POSTED: 2013-04-02
Hello DJBAZAR,
Can you please provide us with more info? The center column is looks fine, you have just write css for your extension.
Regards, AS Team.
djbazar
POSTED: 2013-04-21
Hello As Team,
we have adjusted 002033 template for site http://nekonecnanepravdepodobnost.net/ and it looks fine. However, we'd like the background to have solid black color everywhere on the page. Currently we can see #050505 in the area between logo and footer, #131313 below the horizontal and the left-side menu, just the footer is #000000. We were not able to find these values in any CSS files on the site.
Please, can you help us with this? We're using Joomla 2.5.9.
Regards,
Jiri
AS Templates
POSTED: 2013-04-22
Hello DJBAZAR,
You have remove the background image, as example please see the following css in the template.css file, line 987:
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 have a problem adjusting the center collumn on my website www.djbazar.cz. Could you help please?
I am using admanager 2.8.0 and Joomla 2.5.9
Regards Ondrej
Can you please provide us with more info? The center column is looks fine, you have just write css for your extension.
Regards, AS Team.
we have adjusted 002033 template for site http://nekonecnanepravdepodobnost.net/ and it looks fine. However, we'd like the background to have solid black color everywhere on the page. Currently we can see #050505 in the area between logo and footer, #131313 below the horizontal and the left-side menu, just the footer is #000000. We were not able to find these values in any CSS files on the site.
Please, can you help us with this? We're using Joomla 2.5.9.
Regards,
Jiri
You have remove the background image, as example please see the following css in the template.css file, line 987:
#colleft .row1,
#colleft .row2,
#colleft .row3,
#colleft .row4,
#colleft .row5,
#colright .row1,
#colright .row2,
#colright .row3,
#colright .row4,
#colright .row5
{
background-image: url("../images/bg.trans.png");
clear: both;
margin: 0 0 25px;
overflow: hidden;
padding: 0;
}
Regards, AS Team.