1. ziggy
  2. Sherlock Holmes
  3. Free Templates / Extensions
  4. Monday, 08 October 2012
  5.  Subscribe via email
Hi, I have some issues, hope that you can help:
1. RTL language - Icons are not changed their position to left. It appears above the text in the left.
- PDF, Email, Print, Edit icons - Custom css with
#header_icons {float: left;} or {direction: rtl} or {align: left}
doesn't work.
2. Same about social icons - Custom css #social_icons {...} doesn't work.
3. Same for tables such as Search results\Contact list\etc (click on links to see) - any Ideas? - showing LTR
4. How can I change the top-a\b\c\base-1\2\3 modules background color?

Your help is much appriciated.
Thanks.
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Yuno

1. Try adding the following to the Custom CSS field of your templates parameters..

[code type=css].maincontent ul {float: left;}[/code]
2. Also add the following...

[code type=css]ul#navigation {float: left;}
#socialmedia {left: 10px;}[/code]
3. Have you since been able to amend this issue? From what I can see it appears to be fine.

4. Would you have a URL to an example of modules in these positions?

Ciarán
  1. more than a month ago
  2. Free Templates / Extensions
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Ciaran, you are my king.
for 3 - I didn't explain myself well, I want the text in the table cells to align right (because the language is going right-to-left).
for 4- I mean the original modules of the template. look at the fresh installation of oxygen - it has the little squares top-1\... and bottom-... or base-1...
Thier background color is grey (or maybe some grey-image background). Can I change it? how?

And again, thank you very much.
yuno.
  1. more than a month ago
  2. Free Templates / Extensions
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
3. Ah I see now.. try adding the following to the Custom CSS field..

[code type=css]th, td, caption {text-align: right !important;][/code]
4. Try adding the following..
[code type=css].top-1 .module {background:#CCCCCC;}[/code]
Where .top-1 is your module position row and #CCCCCC is your background color.

Ciarán
  1. more than a month ago
  2. Free Templates / Extensions
  3. # 3
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!