Options

making text justification to the right

choocheechoochee Registered Users Posts: 9 Big grins
edited December 15, 2013 in SmugMug Customization
Hello ppl,
I need to setup the text on my images, to be displayed justified to the right (and not the default left). I think it may involve something called CSS but as I'm not familiar with this I really hope someone can give a tip on how to make this... thanx
my site for now is on http://yossi.smugmug.com/ to be finished before I re-publish it with the correct address.

Comments

  • Options
    Smug EricSmug Eric Registered Users, Retired Mod Posts: 333
    edited December 11, 2013
    I'm not seeing anywhere on your site where text is displaying over the images. Can you send us a link to where you are seeing this directly? We should be able to help with this.
    Eric
    Support Hero and Customeister
    http://www.smugmug.com/help
  • Options
    choocheechoochee Registered Users Posts: 9 Big grins
    edited December 12, 2013
    oops I removed it - now back on
    Smug Eric wrote: »
    I'm not seeing anywhere on your site where text is displaying over the images. Can you send us a link to where you are seeing this directly? We should be able to help with this.

    now it's back (I removed it because of the wrong direction...) so you can see the problem.
  • Options
    Smug EricSmug Eric Registered Users, Retired Mod Posts: 333
    edited December 12, 2013
    If you add this to a CSS content block it should sort you out:

    .sm-tile-caption {
    text-align: right;
    }
    Eric
    Support Hero and Customeister
    http://www.smugmug.com/help
  • Options
    choocheechoochee Registered Users Posts: 9 Big grins
    edited December 15, 2013
    I'm not that familiar with CSS so it will be very kind of you to tell me where to add the CSS block... just drop a block in the page somewhere?

    edit: found out how...
  • Options
    choocheechoochee Registered Users Posts: 9 Big grins
    edited December 15, 2013
    but another question:
    how can I hide the built-in scroll bar of the browser? it hides the right 10-15 pixels of my page...
Sign In or Register to comment.