0
Welcome Guest! Login
0 items Join Now

SOLVED Space between title and contact details

  • SOLVED Space between title and contact details

    Posted 11 years 9 months ago
    • Hello everybody,

      which LESS file have I to edit to prevent the space between the title "Integrationsarbeit" and the contact details from being generated. I am using the rt_stratos template on Joomla 3.0.4.

      This is the link to the affected page:

      www.bochumer-moscheen.de/jcms/index.php/...hans-mustermann.html

      Thanks in advance,

      Nunatuti
    • Who?'s Avatar
    • Who?
    • Preeminent Rocketeer
    • Posts: 25562
    • Thanks: 613
    • Joomla freelancer

    Re: SOLVED Space between title and contact details

    Posted 11 years 9 months ago
    • May I ask you how exactly did you get this template?

      I can see that you don't have active membership with Joomla template club here and if you take into account that we released this template last month and our minimum membership duration is 60 days, if you bought template membership, it would still be active

      So, how exactly did you get this template, please?

      Please be aware that if you obtained it via one of the pirate template sites then we have had people who discovered that not only was the template free, but so was the malware that had been inserted into the code before being made available. :oops:
    • Check my services at: Mihha-Vision
  • Re: SOLVED Space between title and contact details

    Posted 11 years 9 months ago
    • Hey Igor,

      of course you have absolutely the right to ask and my answer to your question is simply the following:

      I downloaded this template from the Joomla Template Club during my membership which expired on July 11, 2013. So, I am using this template LEGALLY. See the attached file for evidence. :)

      Would you please now assist me in fixing my problem described in the previous post? According to Firebug, it is the class "contact-position dl-horizontal" which is resposible for this behaviour. In which LESS/CSS file is this class defined?

      Another thing: When I dectivate the element " display: table;" (using Firebug) in this class

      dl-horizontal:before, .dl-horizontal:after {
      content: "";
      display: table;
      line-height: 0;
      }

      the space disappears and I get exactly the effect I want.

      Thank you for your assistance in advance.
    • Who?'s Avatar
    • Who?
    • Preeminent Rocketeer
    • Posts: 25562
    • Thanks: 613
    • Joomla freelancer

    Re: SOLVED Space between title and contact details

    Posted 11 years 9 months ago
    • Thank you for this clarification. I apologize for jumping to conclusion but I was little suspicious since I saw that you don't have valid membership but you said that you downloaded Stratos template. I have to admit that I had to check your expired membership info before I replied but I somehow failed to do that :oops:

      Add this to your custom css file
      .contact-position.dl-horizontal {
      display: table-cell;
      }

      This is how you create a custom CSS file...
      www.gantry-framework.org/documentation/j...custom_stylesheet.md

      When we release upgrades template files will change and you will have to reapply all your changes again (that's if you can remember where they all are). If you keep your changes in a separate Custom CSS file you'll have no issues upgrading.
    • Check my services at: Mihha-Vision
  • Re: SOLVED Space between title and contact details

    Posted 11 years 9 months ago
    • Hey Igor,

      There is nothing wrong about being a little bit suspicious. I would have done the same thing, if I were you. Everybody wants to protect his won work in which he invested so much time.

      The solution you proposed solved my problem and there is now no space beween the header and the contact details within the cell.

      I appreciate your assistance and thank you again.

      Khalid Ghazi
    • Who?'s Avatar
    • Who?
    • Preeminent Rocketeer
    • Posts: 25562
    • Thanks: 613
    • Joomla freelancer

    Re: SOLVED Space between title and contact details

    Posted 11 years 9 months ago
    • Thank you for understanding. I am glad I could help you :)
    • Check my services at: Mihha-Vision

Time to create page: 0.057 seconds