Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • hemd Friend
    #204343

    Hi, want to remove the trending topics border after I disabled this module. here is a pic of the border.

    Thanks in advance


    1. remove_border
    TomC Moderator
    #561635

    As always, so that we can best assist you, please provide the url of the site you’re working on.

    hemd Friend
    #561648

    sorry about that the url is

    http://www.cajadepandora.mx

    TomC Moderator
    #561651

    Try This . . . .

    Within file path —> /templates/ja_teline_v/local/css/template.css
    at line 4716, modify as follows:


    .header-right .header-right-inner {
    box-shadow: none;
    display: table;
    float: right;
    height: 96px;
    table-layout: fixed;
    }

    Better ??

    hemd Friend
    #561653

    Thanks a lot!!!

    TomC Moderator
    #561654

    Happy to be of assistance . . . All the best with your continuing site development. 🙂

    edd Friend
    #562425

    Great, it works fine for me…

    just one thing: the path you gave:

    <em>@TomC 461588 wrote:</em><blockquote>
    Within file path —> /templates/ja_teline_v/local/css/template.css
    </blockquote>

    I dindt found the “/local/”

    So my path is:

    /templates/ja_teline_v/css/template.css

    and the line 4716, is in fact: 4772:

    @media (min-width: 992px) {
    .header-right .header-right-inner {
    height: 96px;
    box-shadow: none;
    float: right;
    display: table;
    table-layout: fixed;
    }
    .header-right .header-right-inner > .col {
    display: table-cell;
    vertical-align: top;
    }
    }

    Thanks for your help TomC 🙂

    iguinee Friend
    #565256

    This is not working for me. I cannot locate the lines to be modified on the template.css

    See my website here

    edd Friend
    #565304

    Hi iguinee,

    maybe you have added some lines in your file template.css

    what I do when I have this “problem” is this: I open the file (here: template.css), I select all text and I start a searching of: header-right

    When it founds header-right then I start to look line by line the code I need, in this case it is: header-right .header-right-inner

    It take some time, but always works 🙂

    Hope it helps

    iguinee Friend
    #565693

    I have checked it using the search (Ctrl + F), but I could not find that specific line. I would like to make the box bigger or remove it completely

    iguinee Friend
    #566005

    any help on this? Or do I need to open a new thread?

    Adam M Moderator
    #566090

    Hi @iguinee,

    Please open file root_folder/templates/ja_teline_v/css/custom.css (if you don’t have this file, just create a new one) then add this code :

    #t3-header .header-right .header-right-inner {
    border: none;
    }

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

This topic contains 12 replies, has 5 voices, and was last updated by  Adam M 9 years ago.

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