- Thank you received: 0
Moving 'User 5' and 'User 6' position to the left
-
Juststartingout
-
Topic Author
- New Member
-
Less
More
13 years 8 months ago #10618
by Juststartingout
Moving 'User 5' and 'User 6' position to the left was created by Juststartingout
Hi,
I was wondering where I went to move the position of both ‘User 5’ and ‘User 6’ to the left slightly, I would lkie the menues on the start page in these postions moved to the left slightly. Can you direct me to the line in CSS please?
Thank you
I was wondering where I went to move the position of both ‘User 5’ and ‘User 6’ to the left slightly, I would lkie the menues on the start page in these postions moved to the left slightly. Can you direct me to the line in CSS please?
Thank you
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 8 months ago #10629
by ivan.milic
Replied by ivan.milic on topic Re: Moving 'User 5' and 'User 6' position to the left
User5 + User6 width is 100% of template main area width, each 50% .If you put some module in user7 then each will be ~33% , and if you put user8 also 25%, so if you wanted to make space for some module just enter new module in user7. Workaround would be to put empty custom HTML module in user7.
You can alter width, padding , margin in css by using :
for user 5 :
#c1{
...
}
for user 6 :
#c2{
...
}
You can alter width, padding , margin in css by using :
for user 5 :
#c1{
...
}
for user 6 :
#c2{
...
}
Please Log in to join the conversation.
-
Juststartingout
-
Topic Author
- New Member
-
Less
More
- Thank you received: 0
13 years 8 months ago #10634
by Juststartingout
Replied by Juststartingout on topic Re: Moving 'User 5' and 'User 6' position to the left
Thank you for your reply. I think that I will just adjust the padding. Can you give more information on the line in CSS to adjust for user 5, I can't find#c1{
...
}
Is it in template_css.css? I can't see it.
Many thanks
...
}
Is it in template_css.css? I can't see it.
Many thanks
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 7 months ago #10639
by ivan.milic
Replied by ivan.milic on topic Re: Moving 'User 5' and 'User 6' position to the left
add that to bottom of that file:
#c1{
..
}
#c2{
...
}
#c1{
..
}
#c2{
...
}
Please Log in to join the conversation.
Time to create page: 0.163 seconds