Options

having issues aligning text

bernardpearsonbernardpearson Registered Users Posts: 31 Big grins
edited August 17, 2013 in SmugMug Customization
Hi all,

I understand there is a learning curve with the new smugmug, however having issues trying to align text
(see attached picture for a better visual explanation)
In summary:
I have tried to align the text central, however still appears in the content box left.
I have tried aligning left with 2x spaces before (photography) however seems to not reconise the spaces

Also is there a way to change the colour of the text?

If anybody can help that would be greatly appreciated

Bernard

http://www.bernardpearson.com

Comments

  • Options
    aschendelaschendel Registered Users Posts: 283 Major grins
    edited August 16, 2013
    I am pretty certain the Text content block doesn't work as well as they need it to, specifically around the alignment of text.

    I'd switch it to an HTML block with this HTML with font-sizes set to taste
    <div>
      <div style="font-size:2em;">bernard pearson</div>
      <div style="font-size:1.3em;">photography | video</div>
    </div>
    

    and this CSS (on the block's CSS tab) to center it all up:
    div {
      text-align: center;
    }
    
  • Options
    bernardpearsonbernardpearson Registered Users Posts: 31 Big grins
    edited August 17, 2013
    Hi achendal,
    thanks for that seems to have fixed the issue
  • Options
    denisegoldbergdenisegoldberg Administrators Posts: 14,247 moderator
    edited August 17, 2013
    aschendel wrote: »
    I am pretty certain the Text content block doesn't work as well as they need it to, specifically around the alignment of text.
    And here I thought it was me!

    I've also switched to using HTML blocks instead of Text blocks for my text entries since I almost always want to format or include links.

    --- Denise
Sign In or Register to comment.