• Resolved brenolacet

    (@brenolacet)


    Hey Ben,

    First of all, many thanks for being so supportive to everyone who need help here and congrats for your theme. I’m having some issues with the pictures in the posts and pages with Tracks.

    – In iPhone and PS4, some images that are perfectly fine in PC and Mac just don’t appear.

    – Same happens with the alignment of photos and text in different computers and cellphones, specially for the pages SOBRE and NOSSO TIME

    Can you please support me here?

    Also, can I translate the template without losing all the edits I’ve already made?

    Again, thank you, Ben! ??

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author Ben Sibley

    (@bensibley)

    Thanks for the kind words!

    I’m having some trouble recreating these issues on mobile. I was able to see the images with their alignment currently on an iPhone (screenshot). Could you let me know which device and browser you’re using?

    To translate Tracks, check out our guide here: https://www.competethemes.com/help/translate-theme-tracks/. You won’t need to make any edits to the theme files to add a new translation.

    Thread Starter brenolacet

    (@brenolacet)

    Thanks, @bensibley. I think I solved the images problem here. ??

    Another quick question: can I justify the posts and pages of the website using a CSS code? When I write posts, wordpress doesn’t show this option. I found this code, but it also changes the alignment of my logo, that’s supposed to be center-aligned.

    div {
    text-align: justify;
    text-justify: inter-word;
    }

    Theme Author Ben Sibley

    (@bensibley)

    Great! You can use this selector instead to only target the text in your posts:

    .entry-content {
      text-align: justify;
      text-justify: inter-word;
    }
    Thread Starter brenolacet

    (@brenolacet)

    Thanks a lot, Ben! ??

    Theme Author Ben Sibley

    (@bensibley)

    Happy to help ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Problem with images’ is closed to new replies.