Welcome to Alledia, the #1 Joomla Training Company

Would you like to learn Joomla? We're here to help you: Sign Up Today

  • Professionally-produced training videos and tutorials.
  • Guaranteed same-day answers to all your Joomla questions.
  • No Joomla experience needed. We've taught 1000s of Joomla students.

Welcome, Guest
Please Login or Register.    Lost Password?
Waiting for an answer (1 viewing) (1) Guest
Go to bottom Favoured: 0
TOPIC: Waiting for an answer

#6531
Waiting for an answer 9 Months, 3 Weeks ago  
Hi, I post mu question right here again (waiting now for almost a week to get an answer - I have already posted it in another thread):


how do I have to change css if I want to have the left column with the width of the right column, and the right column with the width of the left one?

Thank you!
posicionamiento10 (User)
Posts: 16
graphgraph
User Offline Click here to see the profile of this user
Logged Logged  
 
The administrator has disabled public write access.  
#6532
Re:Waiting for an answer 9 Months, 3 Weeks ago  
Does this long thread on the topic help?

www.alledia.com/forum/bolt/how-do-i-change-column-widths?/
steve (Admin)
Admin
Posts: 2726
graph
User Online Now Click here to see the profile of this user
Logged Logged  
 
Any questions at all - just ask
 
The administrator has disabled public write access.  
#6533
Re:Waiting for an answer 9 Months, 3 Weeks ago  
Hi, no - this is where I posted before (after reading teh whole thread). Please, I need step-by-step instructions for the change I want to made.

Thanks - this time answer was really fast!!
posicionamiento10 (User)
Posts: 16
graphgraph
User Offline Click here to see the profile of this user
Logged Logged  
 
The administrator has disabled public write access.  
#6540
Re:Waiting for an answer 9 Months, 3 Weeks ago  
steve (Admin)
Admin
Posts: 2726
graph
User Online Now Click here to see the profile of this user
Logged Logged  
 
Any questions at all - just ask
 
The administrator has disabled public write access.  
#6543
Re:Waiting for an answer 9 Months, 3 Weeks ago  
Steve, I?ve already read this thread, actually that?s where I put my post first.

Could anyone please give me the exact numbers I have to put in width and margins etc.? Is it only change leftcolumn width for right column or do I have to change margin and other stuff, too?
posicionamiento10 (User)
Posts: 16
graphgraph
User Offline Click here to see the profile of this user
Logged Logged  
 
The administrator has disabled public write access.  
#6546
Re:Waiting for an answer 9 Months, 3 Weeks ago  
Hi posicionamiento10

Full step-by-step instructions? Its just a case of doing the math for each of the three columns.

What widths do you need?
steve (Admin)
Admin
Posts: 2726
graph
User Online Now Click here to see the profile of this user
Logged Logged  
 
Any questions at all - just ask
 
The administrator has disabled public write access.  
#6547
Re:Waiting for an answer 9 Months, 3 Weeks ago  
the left one I want with the right ones width and the right column with the left ones width. Using all three colunmns. Also don?t know If I have to change the margin values. Thanks.
posicionamiento10 (User)
Posts: 16
graphgraph
User Offline Click here to see the profile of this user
Logged Logged  
 
The administrator has disabled public write access.  
#6560
Re:Waiting for an answer 9 Months, 1 Week ago  
Again: still waiting for an answer. Could anyone from Alledia please help me out? Thanks.
posicionamiento10 (User)
Posts: 16
graphgraph
User Offline Click here to see the profile of this user
Logged Logged  
 
The administrator has disabled public write access.  
#6562
Re:Waiting for an answer 9 Months, 1 Week ago  
Hi

These are the lines to look at. This version of Bolt for example has been altered so that the left and right columns are both narrow:

Code:

#left {
float:left;
font-size:1.2em;
overflow:hidden;
width:160px;
border:1px solid #2a466e;
}
.threecolumns #left {
margin:0 0 0 -760px;
}
.threecolumns #center {
margin:0 10px 0 170px;
width:580px;
}
.nocolumns #left, .rightcolumn #left {
display:none;
}
.leftcolumn #left {
margin:0 0 0 -960px;
}
#right {
float:left;
font-size:1.2em;
overflow:hidden;
width:198px;
border:1px solid #2a466e;
}



The margins and the widths need altering.
steve (Admin)
Admin
Posts: 2726
graph
User Online Now Click here to see the profile of this user
Logged Logged  
 
Last Edit: 2009/06/10 12:16 By steve.
 
Any questions at all - just ask
 
The administrator has disabled public write access.  
Go to top