Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1429037

    Hello everyone
    I have created a portfolie here Link below:

    how can i format the text under the image here using css

    and make a distance of 4px between the images

    thanks in advance

    kind regards

    #1429083

    Hi Franz,

    I’m not sure that I fully understand your intentions, could you try to explain them a bit further or post a screenshot highlighting your intentions please?

    Best regards,
    Rikard

    #1429086

    Hello Rikard
    Thank you for your reply.
    I wish you a happy new year 2024

    if you open this since link below
    you will see six pictures with the text underneath
    the first one for the game “Cup Final in Balzers 1977”
    i would like to format this text by css size and color
    is that possible
    and that there is a small distance between these pictures (always soccer)

    thanks
    kind regards
    Franz

    #1429120

    Hi,

    Thganks for the clarification. Please try this in Quick CSS:

    .grid-sort-container .grid-entry-title a {
      font-size: 16px;
    }
    
    .grid-sort-container .grid-content {
      padding: 4px 20px 20px 20px;
    }

    Best regards,
    Rikard

    #1429133

    Hello Rikard
    Thank you so much it works great

    you can close this request

    kind regards
    Francis

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Franz Format text with css’ is closed to new replies.