- Posts: 14116
- Thank you received: 1639
Space between module elements in left or right col
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
12 years 3 days ago #28353
by ivan.milic
Replied by ivan.milic on topic Space between module elements in left or right col
When I inspect source I see you did not change it as I told you
Please Log in to join the conversation.
-
joa
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 103
- Thank you received: 1
12 years 3 days ago #28369
by joa
Replied by joa on topic Space between module elements in left or right col
I reset it after I have recognized that it did not work. Will apply again
Please Log in to join the conversation.
-
joa
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 103
- Thank you received: 1
12 years 2 days ago #28393
by joa
Replied by joa on topic Space between module elements in left or right col
Ok I think I know it and we can't change it. As soon as I assign a module to left (column left) it is displayed with a grey background and is merged to other modules in column left showing one big grey background becasue it is configured in the template options area for columns.
Anyway, what is the syntax to move the headline DBBL news up more to the top margin?
And where could I change the Headline Font for the columns?
Thx
Anyway, what is the syntax to move the headline DBBL news up more to the top margin?
And where could I change the Headline Font for the columns?
Thx
Please Log in to join the conversation.
-
joa
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 103
- Thank you received: 1
12 years 1 day ago - 12 years 1 day ago #28401
by joa
Replied by joa on topic Space between module elements in left or right col
I have found it in template.css.css but where can I find the codeline to put the menu entries of ticket like "Ticketpreise to the left (
joomla.bc-marburg.de/index.php/bundesliga/tickes
). I could not find the margin-left entry to set to 0px.
ANd also the Font size which I would like to increase
Thanks
ANd also the Font size which I would like to increase
Thanks
Last edit: 12 years 1 day ago by joa.
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 1 day ago #28417
by ivan.milic
Replied by ivan.milic on topic Space between module elements in left or right col
In template_css.css you have this:
.column_right ul.menu, .column_left ul.menu, ul.newsfeed {
margin: px;
padding-left: px;
}
so values are missing, just add values
.column_right ul.menu, .column_left ul.menu, ul.newsfeed {
margin: px;
padding-left: px;
}
so values are missing, just add values
The following user(s) said Thank You: joa
Please Log in to join the conversation.
Time to create page: 0.095 seconds