Viewing 5 posts - 16 through 20 (of 20 total)
  • Author
    Posts
  • karca Friend
    #566384

    Hi Ninja Lead, I just found out that because of css styles for centering Bonus Menu I have messed up footer navigation and also have some other bugs in other parts of web too (eg. in blog style there are more articles in the list mixed, in one article which is divided to more parts (pages) there is not the correct display of content).

    See pictures:
    Footer links
    bad –
    good –

    More articles
    bad –
    good –

    Content of article:
    bad –
    I cannot add other picture because of image limit.

    Please can you take a look and help me with this issue?


    1. footer_bad
    2. footer_good
    3. more_articles_bad
    4. more_articles_good
    5. content_bad
    Ninja Lead Moderator
    #566401

    You can fix both the problems of footer and more article with my solution below

    Open templates/ja_appolio/css/custom.css file and add new rule


    .t3-footnav .t3-module .module-ct ul.nav > li {
    display: inline !important;
    }

    .items-more .nav > li {
    display: inline !important;
    }

    About adding more image, since Images and links tab in Article only supports intro image and full image, you will have to add them into content article, see the screenshot


    1. Screen-Shot-2015-04-09-at-10.30.52
    karca Friend
    #566521

    Hi Ninja Lead, thank you for the new code – I added it and it helped with footer and more articles. But I have also issue with table of content. What I meant with image limit was that I wanted to add 1 more image to this post about centering menu 🙂 So what I want to show was, that how it looks now:

    bad
    and how it should look (good) –

    Please can you help with this one too? Thank you!


    1. content_bad
    2. content_good
    Ninja Lead Moderator
    #566525

    Try this again

    Open templates/ja_appolio/css/custom.css file

    find and change


    .nav > li {
    display: inline-block;
    float: none;
    }

    to


    .t3-mainnav .navbar-nav > li {
    display: inline-block;
    float: none;
    }

    karca Friend
    #566583

    Ninja Lead, thank you very much!!!

Viewing 5 posts - 16 through 20 (of 20 total)

This topic contains 20 replies, has 4 voices, and was last updated by  karca 9 years, 1 month ago.

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