Change Background Column Color

Memovie Joomla Template support forum for Joomla 1.5 only.
GK User
Wed Apr 14, 2010 5:40 am
Hey all,

Since I got such great help on my previous post, I am now looking to change the background color of the left1 column. So I can have the whole template look somewhat like a C. This is the last step in my mods on this template so hopefully someone can give a suggestion.

I am trying to extend the menu background color to the footer. It is highlighted by the "here" in my screen capture.
User avatar
Fresh Boarder

teitbite
Fri Apr 16, 2010 8:41 am
Hi

Can I please see Your site?
User avatar
Moderator

GK User
Fri Apr 16, 2010 6:20 pm
User avatar
Fresh Boarder

GK User
Sat Apr 17, 2010 6:34 am
I actually changed what I was going to do and now I am trying to center justify the top menu. Which is the GK Nav.

I also am trying to center justify the bottom menu. If you have any ideas on where to look I would greatly appreciate anyone's help.

Spencer
User avatar
Fresh Boarder

teitbite
Sat Apr 17, 2010 12:27 pm
Hi

You can try this:

Code: Select all
#gk-cssmenu {
float:left;
margin:0 0 0 260px;
padding:0;
}


in http://talkinbluesmusic.com/tjk/templat ... nu/css.css


But its not a good option :(
User avatar
Moderator

GK User
Wed Apr 21, 2010 4:42 am
What would you recommend for me to try now. I installed the cusomenu plugin to try to get one of the modules to spread to a width of 100% but I can't seem to get the display locked in.

Any ideas? I have tried changing the width to 100% and display as inline block to no avail.
User avatar
Fresh Boarder

teitbite
Thu Apr 22, 2010 11:57 am
Hi

Please try to modyfie this two classes:

Code: Select all
div.customenu_layout_default div.customenu_default a span {
cursor:pointer;
float:left;
height:30px;
padding:9px 30px 0;   <-- CHANGE THIS
text-align:center;
}

div.customenu_layout_default div.customenu_default a span.link_active {
background-position:50% -80px;
}
default.css (wiersz 26)
div.customenu_layout_default div.customenu_default a, div.customenu_layout_default div.customenu_default a:hover, div.customenu_layout_default div.customenu_default a span {
color:#FFFFFF;
display:inline-block;
font-size:18px;
font-weight:normal;
line-height:1em;
text-decoration:none;
width:208px;  <---- ADD THIS
}


File: http://talkinbluesmusic.com/tjk/modules ... efault.css
User avatar
Moderator


cron