Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • renejdm Friend
    #180212

    Hi,

    This is probably a minor fix. If you create an ordered list or an unordered list in either a K2 or Joomla article, the numbers or bullets are almost flush with the left border of the page.

    See attached image from the demo:

    Rene


    1. JA_Lens_ordered_list_problem
    Saguaros Moderator
    #465297

    Hi Rene,

    Thanks for your feedback, we shall check it again and may update this soon. Currently, you can open file: templatesja_lenscsscore.css and add this rule for css:

    .content-inner ol, .content-inner ul{
    margin-left: 18px !important; <<< change to your desired value.
    }

    Hope this helps.

    renejdm Friend
    #465329

    H Saguaros,

    Thanks. That worked!

    Rene

    renejdm Friend
    #465940

    Hi,

    Actually that fix worked for the problem, however it created another problem. See attached. Notice how the font sizer is no longer aligned properly.

    Rene

    This is how the font sizer looks before the fix is applied. Notice how the font sizer is aligned perfectly.

    This is how the font sizer looks after the fix is applied. Notice how the font sizer is improperly aligned.


    1. Ja-Lens-before-fix
    2. Ja-Lens-after-fix
    Saguaros Moderator
    #466232

    Hi Rene,

    Could you update your site url here which has this issue here? and set Compress CSS in Template manager to No

    Regards.

    renejdm Friend
    #466391

    Hi Saguaros,

    My test site is http://petdietdesigner.net.

    I cannot find a setting in the template manager for Compress CSS.

    Rene

    Saguaros Moderator
    #466405

    Hi Rene again,

    Please go to file: /templates/your default template/css/k2.css and add this code:

    .content-inner .BlogView div.itemToolbar > ul {
    margin-left: 0px !important;
    }

    Regards.

    renejdm Friend
    #466962

    Hi Saguaros,

    Thanks. That worked!

    Rene

    renejdm Friend
    #467402

    Hi Saguaros,

    Okay. I ran into a number of problems with the above fixes. Unfortunately, they completely ruined the styling for EasyBlog. Mark from Stackideas came up with the following css codes that fixes the ordered list problem in K2, Joomla, and EasyBlog.

    Paste the following codes to the end of the file “templatesja_lenscsscore.css”

    #content ol{
    list-style-position: inside;
    }

    Now everything is good! Thanks Saguaros for your help.

    Rene

Viewing 9 posts - 1 through 9 (of 9 total)

This topic contains 9 replies, has 2 voices, and was last updated by  renejdm 12 years ago.

We moved to new unified forum. Please post all new support queries in our New Forum