It is quite a bit of work upfront but once established it's just a mater of adding new links.
OK...thank you for your response....I think I knew the answer and perhaps was getting greedy to hear of more short cuts for getting the job done. Thank you
This coding allows text links to be displayed for the gallery pages.
All was going well until I came to a very long text title.
How do I increase the spacing for the title(blue text) so all of it can be viewed.
Below if the css coding I'm currently using for the page
This coding allows text links to be displayed for the gallery pages.
All was going well until I came to a very long text title.
How do I increase the spacing for the title(blue text) so all of it can be viewed.
Below if the css coding I'm currently using for the page
All my gallery titles wrap to as many lines as needed. I use this in "all folders" CSS block.
/* titles on thumbs in folders */
.sm-tiles-grid ul li a p {
font-size: 95%!important;
padding-left: 0!important;
padding-right: 0!important;
color: gold!important;
text-align:center;
[COLOR=Red] overflow: visible !important;
white-space:normal !important;
height: auto !important;[/COLOR]
}
All my gallery titles wrap to as many lines as needed. I use this in "all folders" CSS block.
For now...I have placed this coding on 'just this folder only' as I have some of my text in grid layout and some pages have the text in vertical format.
Your coding worked but I find the font too small. How can I increase it?
All my gallery titles wrap to as many lines as needed. I use this in "all folders" CSS block.
For now...I have placed this coding on 'just this folder only' as I have some of my text in grid layout and some pages have the text in vertical format.
Your coding worked but I find the font too small. How can I increase it?
You have at least three options for font size. Add one to the rule.
reducing space between text links I used this coding to create text links on a page. I would like to reduce the spacing between the dance titles. If you look at the coding, the titles have 2 ...spacing too large. If I delete a , I find the text too close together. Is there anyway I can reduce it ?
Comments
OK...thank you for your response....I think I knew the answer and perhaps was getting greedy to hear of more short cuts for getting the job done. Thank you
Much appreciated
Jeannie
All was going well until I came to a very long text title.
How do I increase the spacing for the title(blue text) so all of it can be viewed.
Below if the css coding I'm currently using for the page
.sm-page-widget-7723893 .sm-tile img {
display:none !important;
}
.sm-user-ui .sm-tiles .sm-tile-content, .sm-user-ui .sm-tiles-column-organic .sm-tile-content.sm-tile-content-empty, .sm-user-ui .sm-tiles-column-organic.sm-tiles-info-over .sm-tile-content, .sm-user-ui .sm-tiles-column-organic.sm-tiles-info-cover .sm-tile-content {
background-color:#000000;
}
.sm-tile-content {
padding-bottom: 40px !important;
}
.sm-page-widget-7723893 .sm-tiles-vertical ul li a p {
color: #7393f0 !important;
text-align: center;
font-size: 14pt;
}
.sm-tile-folder .sm-tile-type-icon:after,
.sm-tile-album .sm-tile-type-icon:after {
display: none;
}
My Website index | My Blog
My Website index | My Blog
My Website index | My Blog
I used this coding to create text links on a page. I would like to reduce the spacing between the dance titles. If you look at the coding, the titles have 2
...spacing too large.
If I delete a
, I find the text too close together. Is there anyway I can reduce it ?
WINTER SHOW
Backstage
Show: Wide Angle
Show: Close Ups
FESTIVAL
Cyr
Royals
PETER PAN RECITAL
Main Characters
London Street People
Toy Animals
Dolls
Shadows
Flying
Clouds
My Website index | My Blog
thank you again...it worked!
jeannie