Security bug discovered in all previous Joomla 1.5 versions. UPDATE NOW! This will not affect your template layouts or features.

More info or Fast upgrade

You are here:Templates Club arrow Help and Support arrow Support Forums
Youjoomla Support
Welcome, Guest
Please Login or Register.    Lost Password?
Re:width and position of modules "Social Bug" (1 viewing) (1) Guest
Go to bottom Post Reply Favoured: 0
TOPIC: Re:width and position of modules "Social Bug"
#7450
nejco11
Fresh Boarder
Posts: 2
graphgraph
User Offline Click here to see the profile of this user
width and position of modules "Social Bug" 2 Months, 1 Week ago Karma: 0  
One question:

I want to change width and position of Left (put it little more left) and right(put it little more right) module. But i can not found where to change this.
Please help. The page is: http://www.zvecervmestu.si/
 
Logged Logged  
  The administrator has disabled public write access.
#7472
neo
Admin
Posts: 2955
graph
User Online Now Click here to see the profile of this user
Re:width and position of modules "Social Bug" 2 Months, 1 Week ago Karma: 69  
loog in layout.css , the layout divs start with


#mainbody

and end with

#right_R
 
Logged Logged  
 
Please mark your post as SOLVED if your issue is resolved. Thank you. To mark the post as solved , edit your first post title : NOTE FOR UNANSWERED POST: IF YOUR POST IS NOT ANSWERED WITHIN 48H PLEASE SEND ME AN EMAIL TROUGH OUR CONTACT FORM WITH SUBJECT UNANSWERED POST
  The administrator has disabled public write access.
#7522
Slapjack
Fresh Boarder
Posts: 6
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Odessa Permian Sports Location: Texas Birthdate: 1967-09-13
Re:width and position of modules "Social Bug" 2 Months ago Karma: 0  
edited by neo: forum rules . do not take over someone else's posts
 
Logged Logged  
  The administrator has disabled public write access.
#7549
treehugger
Moderator
Posts: 139
graphgraph
User Offline Click here to see the profile of this user
Gender: Female Heathen Vegan Location: Lost in Joomla Land
Re:width and position of modules "Social Bug" 2 Months ago Karma: 8  
Nice site slapjack - I'm seriously impressed!
 
Logged Logged  
 
CDO - it\'s like OCD but alphabetical - LIKE IT SHOULD BE!
  The administrator has disabled public write access.
#7584
Slapjack
Fresh Boarder
Posts: 6
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Odessa Permian Sports Location: Texas Birthdate: 1967-09-13
Re:width and position of modules "Social Bug" 2 Months ago Karma: 0  
Thanks Tree.
Sorry for posting on this thread.
Thought I was staying in topic.
 
Logged Logged  
  The administrator has disabled public write access.
#9034
jarango
Fresh Boarder
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
Re:width and position of modules "Social Bug" 1 Week, 4 Days ago Karma: 0  
Hello,

I believe I have the same problem. See my website here: http://abigenten007.net/jopold//index.php

I want the template to utilize as much screen space as possible, i.e. there are two possible concepts:

1. The left and right columns align to the left and right browser window borders, the center is in the relative middle with the content being of fixed width but the layout "table" spanning the whole distance between left and right menu.

2. The left and right menu align to the center layout or contentbox. But I want that A LOT wider.

I am quite sure that I need to tweak this part of the layout.css
:



#mainbody {
float:left;
width:80%;
}

#right {
float:right;
width:20%;
overflow:hidden;
margin-left:-3px;
}

#left {
float:left;
width:25%;
overflow:hidden;
margin-right:-3px;
}



#content {
float:right;
width:75%;
overflow:hidden;
}
/*left only*/

#mainbody_L {
float:left;
width:100%;
}

#content_L {
float:right;
width:75%;
overflow:hidden;
}

#left_L {
float:left;
width:25%;
overflow:hidden;
margin-right:-3px;
}

/*right only*/

#mainbody_R{
float:left;
width:75%;
}

#content_R {
float:right;
width:100%;
overflow:hidden;
}

#right_R {
float:right;
width:25%;
overflow:hidden;
margin-left:-3px;
}[/code]


BUt I don't know how! I have tried every combination of widths that made sense to me, and about 30% yielded a functioninig but unsatisfactory result.

So , I want to know: Can I use more screenspace/width with this template AT ALL?
 
Logged Logged  
  The administrator has disabled public write access.
Go to top Post Reply
Powered by FireBoardget the latest posts directly to your desktop