News:

SMF 2.1.4 has been released! Take it for a spin! Read more.

Main Menu

Need to add a new section in the upper section

Started by Rk2910, September 12, 2014, 07:28:26 PM

Previous topic - Next topic

Rk2910

Hi all,
I've been cleaning up my offline site (2.0.8) and getting it ready to go online.  I have 4 themes that I want to allow the members to select from so I need to make sure all have our Logo.
I have 2 of 4 done and I'm working on the Default Curve theme now and would like to put my logo in the middle of the "upper section".  I think this requires adding a block of some kind after the left (user) area and the News area to the right (see attached).

I found areas in the css to adjust the left (user) area and I did adjust it to 33%.  I also did the same to the News area but it didn't work.  Here is the code I adjusted but I think I need something in the middle of these bits to insert a section between them.  Problem is I'm not a programmer so I have no clue.  Do I need to declare something in the index.template.php? (Again I'm out of my league)

div#upper_section div.user
{
width: 33%;
float: left;
overflow: auto;
}
div#upper_section div.user p
{
float: left;
margin: 0 1em 1em 0;
padding: 0;
}
div#upper_section div.user ul
{
margin: 0;
padding-left: 10px;
}
div#upper_section div.user ul li
{
margin-bottom: 2px;
}
div#upper_section div.news p
{
display: inline;
width: 33%;
float: right;
overflow: auto;
}
div#upper_section div.news form
{
padding-bottom: 10px;
}


Thanks in advance for your time.
Rick

Rk2910

I found another place to adjust the news area and that worked.

#upper_section div.news
{
width: 33%;
float: right;
text-align: right;
}

I have a left and right area now at 33% but need to figure out how to add a middle section at 33%.

Advertisement: