Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • Roberto Spellucci Friend
    #175507

    Hello,

    the title of the Contact us page goes under the logo when you load it from the top bar. How to avoid this?

    My web site is http://www.joky.it and the link is called “Contatti” in the top bar.

    I’m using Joomla! 2.5

    Thank you,

    Tachis

    pavit Moderator
    #446123

    Hi

    You mean to move down the title “CONTATTACI ” ?

    Roberto Spellucci Friend
    #446129

    Yes exactly!

    pavit Moderator
    #446132

    In this file /templates/ja_cloris/css/template.css around line 370

    div.ja-moduletable h3.page-title, div.moduletable h3.page-title {
    border: 0 none;
    font: 60px/1 BebasNeueRegular,sans-serif;
    margin-bottom: 20px;
    margin-top: 10px; <------------------------Add this line
    text-align: center;
    }

    Roberto Spellucci Friend
    #446149

    I’ve added that code and put until 50px but nothing is changed…

    Another problem is that title and form are on the left, not centered like the other modules/pages.

    Any ideas?

    pavit Moderator
    #446172

    Please disable from your template manager CSS optimization so i can take a lool directly on your site

    Roberto Spellucci Friend
    #446174

    It should be ok now

    pavit Moderator
    #446179

    Ok thanks

    In this file /templates/ja_cloris/css/mod_jaquickcontact.css

    <blockquote>#ja-form .form-info h3 {
    border: 0 none;
    font: 60px/1 BebasNeueRegular,sans-serif;
    margin-bottom: 30px;
    margin-top: 20px; <————–Add this line
    text-align: center;
    }</blockquote>

    For the alignment the file to manage is /modules/mod_jaquickcontact/assets/css/style.css around line 60

    #ja-form {
    float: left;
    margin-left: 20px; <--------------Add this line
    overflow: hidden;
    position: relative;
    width: auto;
    }

    Roberto Spellucci Friend
    #446184

    Great! It works fine now. Thank you for the fast and precise assistance! 🙂

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

This topic contains 9 replies, has 2 voices, and was last updated by  Roberto Spellucci 12 years, 1 month ago.

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