Related Items Extended questions
- Posted by theant (55) Offline
I need to change some settings in the module:
- How to translate “Related Items” into italian?
- How to set it to appear a bit earlier than the real bottom of the page?
- How to override the font setting (colore and size) to prevent future update restoring? To set a different font color I need to change it into module css file, the Gantry ovveride doesn't work.
Please Log in or Create an account to join the conversation.
- Posted by TemplatePlazza (5310) Offline
You can create your own translation by duplicating and modifying this file [root]/language/en-GB/en-GB.mod_relateditems_xtd.ini to [root]/language/it-IT/it-IT.mod_relateditems_xtd.ini- How to translate “Related Items” into italian?
You can try to add this code to your css file- How to set it to appear a bit earlier than the real bottom of the page?
#slidetag {
margin-top:-300px!important;}
You can add the override to your gantry css files. If it doesn't work, try to add- How to override the font setting (colore and size) to prevent future update restoring? To set a different font color I need to change it into module css file, the Gantry ovveride doesn't work.
!important
Please Log in or Create an account to join the conversation.
- Posted by theant (55) Offline
Only the last one isn't ok because breaks the category blog layout.
Please Log in or Create an account to join the conversation.
- Posted by TemplatePlazza (5310) Offline
Can you tell me what you're trying to change and how did you do that? Alsp, can you let me know the URL of your site so I can take a look?Only the last one isn't ok because breaks the category blog layout.
Please Log in or Create an account to join the conversation.
- Posted by theant (55) Offline
adding
#slidetag {
margin-top:-300px!important;}
www.vorrei.org/culture.html
Please Log in or Create an account to join the conversation.
- Posted by TemplatePlazza (5310) Offline
Hmm, i didn't see any (considered as) broken layout on that page. Can you tell me what it's supposed to be ?it breaks the category blog layout in pages like this:
www.vorrei.org/culture.html
Please Log in or Create an account to join the conversation.