Okay
  Public Ticket #3801456
formatting
Closed

Comments

  • kugljiri started the conversation

    Dear Support,

    I have couple of questions for this page please:

    https://testovackaarchemia.euweb.cz/

    Is there any way I can change the tag "All" to say it something else? (in our case "VŠE")

    Can I change the font size of the tags? 

    The vertical space between header and the page itself (space between the menu and the content) is still too big (even after changing the bottom padding in Theme Header options to 0) - how can I adjust it?

    The vertical space between the tags and the projects is too big as well, how can I make it smaller?

    Thank you very much for your help and have a nice day
    Jiří Kugl

  •  1,558
    Laborator replied

    Hi Jiří,

    1. You need to install Loco Translate plugin first.

      Then to translate "All" in category filter follow the steps demonstrated here in this video tutorial:

      https://d.pr/v/T8HTDf

      Note that in order the translation to take effect you must set the current of your site as translate language.
    2. Can you let me know for which tags are you talking about, if you could share a screenshot that would be easier for us to understand.
    3. The header does not have a bottom spacing, but other elements such as the portfolio items do have, to fix that add this to Custom CSS:

      .projects-page.lab-portfolio-items .portfolio-title-holder {
          padding-top: 0 !important;
      }
      
      .single-portfolio .page-container {
          margin-top: 0px !important;
      }

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  • kugljiri replied

    Dear Art,

    thank you for your answer, the spaces issue have been solved by your advice!

    As for the font size of "tags", I am attaching screenshot.

    And I cant seem to make the Loco translate work - the obvious difference between me and the video is that in the video the website appears to be 90 or something percent translated and that is not the case for me. I have setup the website language to Czech (it should translate the word from English to Czech) but the Update info about the translation info (appears at the beginning of the video) doesnt appear to me. Do you have any idea what am I doing wrong please?

    Thanks a lot for your help!


    Attached files:  loco 3.JPG
      tags.JPG
      loco 2.JPG
      loco 1.JPG

  •  1,558
    Laborator replied

    Hi again,

    1. Go to Laborator > Typography and select the font you're using, then click on +Add New Selector and add this:
      .product-filter ul li a

      And set a font size for it, it should change the font size for the filter (tags)

    2. If you want less spacing add this to Custom CSS:
      .product-filter ul li {
          margin-bottom: 0;
      }
    3. Instead of "Kalium - Architecture" please try translating the site for Kalium only as there you can find all the strings.

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  • kugljiri replied

    Worked like a charm, thank you for your help!

    Thats all I needed, thank you and have a nice weekend
    Jiri Kugl