• Resolved anastarch

    (@anastarch)


    Hi,

    I’m trying to place some information text in each of my posts, but it shows up under the image gallery and not aligned with it at all (no matter what text alignment I choose in the text edit).

    Is there a way for the body of text to be displayed under the project title and on the right of the image gallery?

    Kind regards,
    Sofia

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author Organic Themes

    (@organicthemes)

    Hi Sofia,

    Try adding the text as a caption for each image, rather than body text. The body text is designed to center horizontally within the browser.

    Otherwise, you could add the following styles to left align the content:

    .post .content {
      margin: 0px;
    }
    .post .post-area.no-sidebar {
      padding-left: 0px;
      padding-right: 0px;
    }

    I hope this helps. Thanks!

    David

    Thread Starter anastarch

    (@anastarch)

    Hi David,

    Thanks for the suggestions.
    The caption doesn’t work for me as I ultimately want to include a description for each project, I just haven’t placed it in now since I can’t figure out how to have the text show up next to the image gallery instead of below it. Also I have text with links.

    The align style you posted works OK, but what I’m looking for is using the white space next to the image gallery in each post.

    I’m trying to get the text to be under the title and on the right of the images. Instead of having the images on the left, the title on the right and the text below.

    Is there a code I could use to have the text be on the right of the image gallery and under the title? Or just between the title and the tags.

    Theme Author Organic Themes

    (@organicthemes)

    Hi @anastarch,

    This can be accomplished using the post excerpt.

    Here is an example of how the excerpt will display beneath the title, https://dav.idmorgan.com/organic-themes-shirt/

    If the excerpt field is not displaying by default, click the screen options tab at the top of the post editor page, and check the box next to Excerpt. This will reveal the excerpt textarea beneath the main post editor.

    I hope this helps. Thanks!

    David

    Thread Starter anastarch

    (@anastarch)

    Thank you so much @organicthemes !
    That was exactly what i needed!

    Have a great day,
    Sofia

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Body of text next to image gallery’ is closed to new replies.