test
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • xxxxmints Friend
    #146745

    Hi

    I went to this thread, asked for help but realised later it has been labelled ‘answered’.

    Therefore, I have pasted it here. Hopefully someone can help me.

    The line height is too much between lines for the Contact page in the form.

    Could you please advise how to decrease the line height?

    Also the header for the name of the Contact is very small, I would like that to be a bigger size.

    Thanks, Mel.

    Saguaros Moderator
    #326429

    Hello

    Please open the file : templates/ja_ruby/css/template.css and find a section code at line 120

    [PHP]
    td {
    padding: 10px 15px;
    }
    [/PHP]

    and make change as following:
    [PHP]
    td {
    padding:2px ;
    }
    [/PHP]

    Or add this block in the template.css file


    #component-contact td{
    padding:2px !important
    }

    Good luck

    xxxxmints Friend
    #326898

    Thank you for that, that works.

    Could you also tell me how to change the header, as the name of the Contact is very small, I would like that to be a bigger size.

    Mel

    Saguaros Moderator
    #327047

    Please add this css rule in the template.css file:

    #component-contact .contentheading{
    font-size:150%
    }

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

This topic contains 4 replies, has 2 voices, and was last updated by  Saguaros 15 years ago.

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