Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Swapping "About" columns of profile in a theme! How?
qwenty
New
Plz, see this picture, first!
It's EmbedFriendly theme which is "RTL"ed. But I can't amend "About" part, placed into profile -> "Username+Email+Joined+Visits+LastActive ..." should be in the right in a rtl theme! How can I transfer this column to right side?
these codes of /vanilla/themes/EmbedFriendly/design/custom.css
which changed them slightly:
body { direction: rtl; }
...
body.Profile div.SearchBox { display: none; } body.Profile #Content { float: right; margin-right:10px; width: auto; } body.Profile #Panel { float: right; width: 250px; margin-right:10px; text-align: right } body.Profile ul.PanelInfo li { text-align: right; }
0
Answers
look up definition lists
Style appropriately. It is important that you properly inspect the element using firebug, or chrome inspect, then you know how they are being style and how you would style them differently.
grep is your friend.
A common mistake, with common.css is that users assume the design will run off this new css file in entirety.
Not so, if a element is replicated you may need to add important attribute.
If an element is missing from a rule within custom.css then it gets pulled in from native css file.
As @x00 stated, get firebug. Its really the only way to do it.
Merely putting direction:rtl has little significance if rules declared are floated spcifically.
There was an error rendering this rich post.
@qwenty
with your images it really clarifies things. What are you using to edit the images after you take screenshot. As you said you use ubuntu. i was wondering if there was a good package on ubuntu to do this.
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
Thanks guys; firebug was installed, but I never used it before! Now I got that I was wasting time without it, I'll try to learn and work more with it, although I'm not a programmer!
It's gimp, a free & powerful app, comparable with property photoshop. gimp is available for all linux-base distros and other OS, as in Microkill Windows.
you did the above image with gimp? if not what package did you use?
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
Yes, I used Gimp 2.6:
sorry. edited. started a new thread.
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
Guys start a new thread
There was an error rendering this rich post.