0
Welcome Guest! Login
0 items Join Now

SOLVED Article info details

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

    SOLVED Article info details

    Posted 8 years 3 days 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 days 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 days 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 days 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 1 day ago
    • Hi !

      Many thx ! It's working :)
      Perfect !

Time to create page: 0.061 seconds