Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • Pankaj Sharma Moderator
    #946794

    Hi
    Could u add the image again ?
    I have not found the attached image in your last post .

    zaktecsolutions Friend
    #947220

    i have attach the image if it is not working i can email to you


    1. issue
    Pankaj Sharma Moderator
    #947295

    Hi try this code in the custom.css file to create some padding b/w the menu items .

    
    .t3-bot-sl .module-ct ul.nav li {
    padding: 3px 15px!important;
    }
    
    
    Let me know if it helps .
    zaktecsolutions Friend
    #948990

    i have pasted the code in the following file
    "/css/template.css" in template "ja_university_t3".
    and it worked but the menu module have the same isssue where do i paste this code so it can resolve that issue as you can see from the link below

    http://www.mathstutorhelp.co.uk/maths-courses

    Pankaj Sharma Moderator
    #949037

    Hi
    Try this code

    .nav-stacked > li > a {
        padding-left: 15px;
    }

    Let me know if it helps .
    Also use custom.css file to add the custom code . It will not override on template updates

    zaktecsolutions Friend
    #949362

    hi
    i have changed the code a little and it has worked for one page
    .nav-stacked > li > a {
    padding-left: 15px!important;
    }

    but the following page links we still have issues if you can have a look at the links;
    http://www.mathstutorhelp.co.uk/maths-levels
    http://www.mathstutorhelp.co.uk/about-mth

    And where i place this custom.css file as i been putting the code in the following folder
    "/css/template.css"

    Pankaj Sharma Moderator
    #949429

    Hi
    Add the custom.css file in /css folder .
    if there is no custom.css file then create it manually and add the code .

    .nav-stacked > li {
        float: none;
    }

    Also try to remove the code that i provided in previous thread, this fix should work everywhere .

    zaktecsolutions Friend
    #949747

    Thanks it worked

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

This topic contains 8 replies, has 2 voices, and was last updated by  zaktecsolutions 8 years, 4 months ago.

The topic ‘issue with link at the bottom’ is closed to new replies.