• Resolved nauti1us

    (@nauti1us)


    Hi again – is there a way to make the default text paragraph holder, wider than it is currently?

    If you look at the ‘about’ page, it would be great to have more width for the normal text, so it’s less jarring when above/below the image+text section.

    Also, is there a quick and easy way to add a (different to the header) logo to the footer, without a plugin?

    Thanks as always

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @nauti1us,

    It’s great to see you again ??

    Yes, there is a way to make the paragraph text wider and you can use the following CSS to achieve that:

    .has-medium-font-size
    {
      max-width: 70% !important;
    }

    Additionally, if you’d like to align the title of each paragraph to the left, you can use this CSS code:

    .has-text-align-left
    {
      margin-left: margin-left: 15% !important;
    }

    Regarding the footer logo:
    There might be a way to add a different logo to the footer.
    Feel free to provide the image you’d like to add (and the location where you want to add it in the footer) and I’ll see what can be done.

    You’re welcome, as always!
    Let me know if this worked for you. ??

    Best Regards,
    Pavle

    Thread Starter nauti1us

    (@nauti1us)

    That worked great, Pavle – I had to edit one of the pages manually to move the other paragraph headers to the side, but other than that, it did the job nicely.

    I do have one sticky issue, which is the bulleted list on this page:
    https://3jj.18f.myftpupload.com/our-technology/smart-cells/

    I tried to figure out the CSS to move that to the left as well, but no luck – any thoughts?

    RE the logo – this is the 100×100 transparent PNG file I’d love to get just above the media (twitter, linkedin, youtube) buttons on the bottom of each page. If not, I could add it manually, but I’d like the image fairly tight to the media buttons.

    Mini Logo for Footer

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Default paragraph width?’ is closed to new replies.