0
Welcome Guest! Login
0 items Join Now

Solar Sentinel with Flexicontent

  • Solar Sentinel with Flexicontent

    Posted 15 years 4 months ago
    • Hi everybody,

      I have just a little problem with Solar Sentinel template and flexicontent.

      1. I have a css problem with the Last news position. I try to assign a flexicontent category to the homepage and I have a big blank space between two positions of flexicontent content in the front page. (I have attached a picture of my problem, much easier to understand)
  • Re: Solar Sentinel with Flexicontent

    Posted 15 years 4 months ago
    • Could you please provide your website link so we can see and check the problem?
  • Re: Solar Sentinel with Flexicontent

    Posted 15 years 4 months ago
  • Re: Solar Sentinel with Flexicontent

    Posted 15 years 4 months ago
    • Open your template.css at:
      <Joomla Root>/templates/<your template name>/css/template.css

      At the end of the lines, add below codes:
      .floattext {overflow:hidden;}
    • Henning's Avatar
    • Henning
    • Preeminent Rocketeer
    • Posts: 29362
    • Thanks: 954
    • Volunteer

    Re: Solar Sentinel with Flexicontent

    Posted 15 years 4 months ago
    • wait ...
    • Henning's Avatar
    • Henning
    • Preeminent Rocketeer
    • Posts: 29362
    • Thanks: 954
    • Volunteer

    Re: Solar Sentinel with Flexicontent

    Posted 15 years 4 months ago
    • Obviously the developer of flexicontent was aware of this problem

      At the very top of flexicontent.css
      (/components/com_flexicontent/assets/css/flexicontent.css)

      find this

      div#flexicontent
      { /*overflow: hidden;*/ /* clearing in beez */ }

      and change to

      div#flexicontent
      { overflow: hidden; /* clearing in beez */ }
  • Re: Solar Sentinel with Flexicontent

    Posted 15 years 4 months ago
    • great ! works fine now... :cheesy:
      Thanks a lot Henning and Arifin FinLy

Time to create page: 0.054 seconds