Adding a new button to header
Adding a new button to header
Followed the steps listed here to install new button at the top of header. This works but puts the button below my home button. The button i created was a button that when clicked takes you back to forum. How can i fix this where there is just one row of buttons and not 1 below the home button
Re: Adding a new button to header
You have to change the width of the #bar as described:
AC has 2 default.css files!
Code: Select all
4. change the width of #bar in the default css files if needed.
Re: Adding a new button to header
i cant seem to find css anywhere 
Re: Adding a new button to header
this is the only thing i found in /admin/template/default/css
Code: Select all
#bar {
background-color: #0099FF;
border-top: 1px solid #CCCCCC;
border-bottom: 1px solid #CCCCCC;
padding: 3px 3px 0px 10px;
height: 24px;Re: Adding a new button to header
1 more question, i uploaded my own flash banner it was 728x90 . after it was uploaded it was the size of like 500 x300 how could i fix that to where it is original size 728x90
Re: Adding a new button to header
Try here:
/catalog/styles/default/css2/default.css
/catalog/styles/default/css3/default.css
Have you set the Flash Width an Height in admin to728x90?
/catalog/styles/default/css2/default.css
/catalog/styles/default/css3/default.css
Have you set the Flash Width an Height in admin to728x90?
Re: Adding a new button to header
i didn't change anything , just uploaded my flas banner. How could i do this?leo wrote:Try here:
/catalog/styles/default/css2/default.css
/catalog/styles/default/css3/default.css
Have you set the Flash Width an Height in admin to728x90?
Re: Adding a new button to header
This code
What part do i change, i have made the width wider , no change
Code: Select all
#bar {
position: absolute;
border-top: 1px;
border-bottom: 1px;
padding: 0px 3px 0px 10px;
height: 30px;
width: 600px;
top: 80px;
left: 210px;
white-space: normal;
z-index: 10;
Re: Adding a new button to header
Increase width in both default.css file.
Try admin/configuration/home page modul to add and set flash.
Try admin/configuration/home page modul to add and set flash.
Re: Adding a new button to header
Does not workleo wrote:Increase width in both default.css file.