1. b3rok
  2. Support
  3. Thursday, September 01 2016, 03:42 PM
How to edit look\view (CSS) at the profile? My is ugly:
https://dl.dropboxusercontent.com/u/51479421/ugly.png
Link: http://ngoproject.fundacjaaie.eu/portal/index.php/component/jsn/FAIE?Itemid=

And view at http://www.easy-profile.com is nice:
https://dl.dropboxusercontent.com/u/51479421/nice.png
admin Accepted Answer
Admin
Hi,
this is a problem of your template.

We do not apply any style because we want that profile page keep same layout of your template. But your template not have any style for simple DL,DD,DT html list.

We recommend you to contact your template provider and ask him to fix this. Keep in mind that normal Joomla User Profile page uses same way, so your template not style also Joomla profile page.
  1. more than a month ago
  2. Support
  3. # 1
b3rok Accepted Answer
Pro
Thank you for the tips. I solved my problem by adding few lines in template css:


fieldset
{
border: none;
}

fieldset dl
{
display: block;
margin: 0;
padding: 0;
background: none;
}

fieldset dt
{
display: block;
box-sizing: border-box;
-moz-box-sizing: border-box;
width: 12em;
height: 2em;
margin: 0;
padding: 0;
float: left;
clear: both;
background: none;
line-height: 2em;
overflow: hidden;
}

fieldset dd
{
display: block;
min-height: 2em;
margin: 0 0 0 12em;
padding: 0;
background: none;
line-height: 2em;
}

fieldset label
{
display: inline-block;
width: 12em;
}

fieldset textarea
{
vertical-align: text-top;
}
  1. more than a month ago
  2. Support
  3. # 2
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.