Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • seob19 Friend
    #151218

    hi

    i have these web page.. i have the boxes with a white and red stripe background.. and i need that the titles be on the red line.. but the titles of category, and section, or articles havent manages to make them be on the center of it.. I just need to add margin to the text. but i cant do so..

    why?.. the thing falls like these.. i have the background of each box seeded to the inner side of each one.. so when i add the margin to the box, the background also crop with it, and so the text and all gets to be all on the border.. as u can see on the link

    http://www.rrubi-dga.com/vitroColor/

    the fist big box, the body, the text is already ok.. cause i added the margin diretly to the text.. So i was trying to do the same to the rest of it. But i cant get to reach the name of those code. (category, section, article).. i already naved, and copy pasted the same comand for the places i think, and didnt beleive if they would work or not.

    Does someone have a something on mind that can help me?

    Anonymous Moderator
    #344609

    Hi seob19,

    I’ve just visited your site and detected the root of issue.

    This can be fixed easily by editing the top style of <canvas> tag.
    Take your first big box for example: I changed the top value from -4px to -10px and it now looks ok.

    Let’s try with my above solution for other parts and feel free to contact me if you have any questions.

    Gook luck and regard,

    Donglt at JoomlArt.

    seob19 Friend
    #344679

    <em>@JA Developer 179846 wrote:</em><blockquote>Hi seob19,

    I’ve just visited your site and detected the root of issue.

    This can be fixed easily by editing the top style of <canvas> tag.
    Take your first big box for example: I changed the top value from -4px to -10px and it now looks ok.

    Let’s try with my above solution for other parts and feel free to contact me if you have any questions.

    Gook luck and regard,

    Donglt at JoomlArt.</blockquote>

    Hi, sorry, but u lost me.. what do u mean with “the top style of <canvas> tag.” I dont find, or remember seeing a canvas tag.. i am lost. where do u mean?

    seob19 Friend
    #344680

    really lost.. what canvas tag? 😛

    Saguaros Moderator
    #345015

    Dear seob19!

    Here is the solution for you:

    1) pls open the file /templates/ja_beryl/css/template.css and find the following css:

    #ja-botsl div.moduletable h3 {
    border-right: none;
    margin: 10px 0 10px 0;
    padding: 0;
    }

    and replace

    #ja-botsl div.moduletable h3 {
    border-right: none;
    margin: 10px 0 10px 0;
    padding: 10px 0;
    }

    with you case, you must to adjust value of the padding property

    GOod luck

    seob19 Friend
    #345092

    <em>@tienhc 180347 wrote:</em><blockquote>Dear seob19!

    Here is the solution for you:

    1) pls open the file /templates/ja_beryl/css/template.css and find the following css:

    #ja-botsl div.moduletable h3 {
    border-right: none;
    margin: 10px 0 10px 0;
    padding: 0;
    }

    and replace

    #ja-botsl div.moduletable h3 {
    border-right: none;
    margin: 10px 0 10px 0;
    padding: 10px 0;
    }

    with you case, you must to adjust value of the padding property

    GOod luck</blockquote>

    I did what u said.. and it made no effect.. still the same.

    seob19 Friend
    #345142

    i managed to make the distance change. It finally work under:

    h2.contentheading, .contentheading {
    margin: 0 5px 5px;

    }

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

This topic contains 7 replies, has 3 voices, and was last updated by  seob19 14 years, 4 months ago.

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