- Posts: 18
- Thank you received: 0
Image Position in Module
-
Naisly
Inactive member -
Topic Author
- New Member
-
Less
More
12 years 2 weeks ago #27111
by Naisly
Image Position in Module was created by Naisly
Hi,
I have tried all possible variants to position the large image in the module, and for testing, I left the first picture blank, and picture width at 300.
rawrain.com/index.php/testing-rain
I hope you can help.
Naisly
I have tried all possible variants to position the large image in the module, and for testing, I left the first picture blank, and picture width at 300.
rawrain.com/index.php/testing-rain
I hope you can help.
Naisly
Please Log in to join the conversation.
-
Naisly
Inactive member -
Topic Author
- New Member
-
Less
More
- Posts: 18
- Thank you received: 0
12 years 2 weeks ago #27112
by Naisly
Replied by Naisly on topic Image Position in Module
I have to add that I did play around with the 'Right Arrow Offset' and had to set it to 40 for it to show, default is 10.
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 2 weeks ago #27126
by ivan.milic
Replied by ivan.milic on topic Image Position in Module
In template_css.css:
div.moduletable div, div.moduletable td {
padding: 0 10px;
}
cahnge padding to 0
padding:0;
div.moduletable div, div.moduletable td {
padding: 0 10px;
}
cahnge padding to 0
padding:0;
Please Log in to join the conversation.
-
Naisly
Inactive member -
Topic Author
- New Member
-
Less
More
- Posts: 18
- Thank you received: 0
12 years 2 weeks ago - 12 years 2 weeks ago #27135
by Naisly
Replied by Naisly on topic Image Position in Module
This worked great for this module. Thank you. Edit: The large picture is fine but the entire module is not centered and the text has no padding.
But now to fix the other modules - What do I add to the 'Module Class Suffix' in the backend to give them some padding?
But now to fix the other modules - What do I add to the 'Module Class Suffix' in the backend to give them some padding?
Last edit: 12 years 2 weeks ago by Naisly.
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 2 weeks ago #27147
by ivan.milic
Replied by ivan.milic on topic Image Position in Module
In module settings set width of left items to 420.
For other question:
For other question:
add suffix to module with first blank char like this, example advert1:
" adv1_class"
then at template_css.css at bottom add:
.adv1_class{
padding:10px;
}
Please Log in to join the conversation.
-
Naisly
Inactive member -
Topic Author
- New Member
-
Less
More
- Posts: 18
- Thank you received: 0
12 years 2 weeks ago #27150
by Naisly
Replied by Naisly on topic Image Position in Module
I did add to my file:
.adv1_class{
padding:10px;
}
Then added (space) adv1_class to the module.
It still is not working, did I do it correctly?
.adv1_class{
padding:10px;
}
Then added (space) adv1_class to the module.
It still is not working, did I do it correctly?
Please Log in to join the conversation.
Time to create page: 0.170 seconds