0
Welcome Guest! Login
0 items Join Now

ROCKETTHEME IS CLOSING ON JUNE 30, 2025. As a thank-you to our community, enjoy 50% off all themes with the promo code THANKYOU before we shut down. Read our Farewell Blog Post for more details.

SOLVED Article info details

    • Markus K's Avatar
    • Markus K
    • Jr. Rocketeer
    • Posts: 27
    • Thanks: 0

    SOLVED Article info details

    Posted 8 years 2 weeks ago
    • Hi !

      How can i change the display of the article info ?
      I want this details in one row.
      Where can i change that ?
    • MrT's Avatar
    • MrT
    • Preeminent Rocketeer
    • Posts: 101084
    • Thanks: 13484
    • Web Designer/Developer

    Re: SOLVED Article info details

    Posted 8 years 2 weeks ago
    • You can probably change that with custom CSS.

      Could you please post a URL to your site (this can be done in the secure area tab if you prefer) so we can look for you. Without a link to page where the problem is on your site it is quite hard for us to provide the best solution due to so many variables. We try to provide file names and line numbers for code changes and if changes have already been made then our advice may be incorrect.


      Regards, Mark.
    • Please search forums before posting. Please make sure your post includes the version of the CMS you are using and a link to the problem. Annotations on screenshots can also be helpful to explain problems/goals. Please use the "secure" tab for confidential information.
    • Markus K's Avatar
    • Markus K
    • Jr. Rocketeer
    • Posts: 27
    • Thanks: 0

    Re: SOLVED Article info details

    Posted 8 years 2 weeks ago
    • Hi !
      Please take a look on the article from the link.
      I want the details listed in one row.

      Maybe then the additional plugin is not necessary anymore.
    • MrT's Avatar
    • MrT
    • Preeminent Rocketeer
    • Posts: 101084
    • Thanks: 13484
    • Web Designer/Developer

    Re: SOLVED Article info details

    Posted 8 years 2 weeks ago
    • Use this code...
      .article-info dd {
        display: inline-block;
      }
      
      .article-info dt {
        display: inline;
      }

      To create a custom CSS compatible with Gantry 5 please read this http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet .

      Remember to recompile CSS from base outline too.


      Regards, Mark.
    • The following users have thanked you: Markus K

    • Please search forums before posting. Please make sure your post includes the version of the CMS you are using and a link to the problem. Annotations on screenshots can also be helpful to explain problems/goals. Please use the "secure" tab for confidential information.
    • Markus K's Avatar
    • Markus K
    • Jr. Rocketeer
    • Posts: 27
    • Thanks: 0

    Re: SOLVED Article info details

    Posted 8 years 2 weeks ago
    • Hi !

      Many thx ! It's working :)
      Perfect !

Time to create page: 0.103 seconds