Support Forum

Please note that this forum is only available to you in read only mode. In order to contribute to this conversation you will need to renew your subscription.

Help with Avanti

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Back to working on this site. I need some help with changing the background color behind the logo to white.

Also, the "Read more" icon on the slideshow for the third item is kind of messed up (displayed lower than the other 3).

Also, the bottom menu's a little too high, and I've tried going through the CSS but can't figure it out.

Here's a link to what I mean:

www.ddgbosi.com/agc

Thanks guys
  • explosive0's Avatar
  • explosive0
  • Previous Member
  • 5 posts
  • Karma: 0
Last Edit: 14 years 1 month ago by explosive0.
The administrator has disabled public write access.
Hey there,

The readmore is displaced in the 3rd slide because of the <br/> tag in the content item after the line "Place text about public works here"

You can change the background color behind the logo by setting it in the css file
www.ddgbosi.com/agc/templates/avanti/style/base/theme.css
on line 9
body {
background:none repeat scroll 0 0 #010101;
color:#666666;
}

You can change the value #010101 to any desired value.

As for the bottom menu, you can fix it in the css here
line 26 of
www.ddgbosi.com/agc/templates/avanti/css/template_css.css
.containerBG {
display:inline;
float:left;
padding:2px 0;
width:100%;
}

You can change the padding to : 30px 0

Cheers,
Jason.
  • Jason D's Avatar
  • Jason D
  • 6 Month Developer
  • 2957 posts
  • 12 Thanks
  • Karma: 75
The administrator has disabled public write access.
Thanks, Jason.
  • explosive0's Avatar
  • explosive0
  • Previous Member
  • 5 posts
  • Karma: 0
Last Edit: 14 years 1 month ago by explosive0.
The administrator has disabled public write access.
Worked like a charm. You are my hero
  • explosive0's Avatar
  • explosive0
  • Previous Member
  • 5 posts
  • Karma: 0
Last Edit: 14 years 1 month ago by explosive0.
The administrator has disabled public write access.
Lovely :) you're welcome.
  • Jason D's Avatar
  • Jason D
  • 6 Month Developer
  • 2957 posts
  • 12 Thanks
  • Karma: 75
The administrator has disabled public write access.
Hey again,

If you'd like to reduce the space above and below the logo, then you can alter the following style in the theme.css file
on line 19
.logoRow .containerBG {
margin:0; padding:0
}

Note the added padding style.
That should work.

Cheers,
Jason.
  • Jason D's Avatar
  • Jason D
  • 6 Month Developer
  • 2957 posts
  • 12 Thanks
  • Karma: 75
The administrator has disabled public write access.

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Happy Campers