-
AuthorPosts
-
November 14th, 2014 at 12:53 #28230Jens
Hello,
I’m from Germany, so my English isn’t the best. Hope you apologize this …
In the presentation page-slider are two text areas: Title and Text.
The Title is centered, unfortunately the Text is not, it stays on the left side.
Is it possible to center the Text?Best from Hamburg
JensNovember 16th, 2014 at 16:00 #28251KayCryout Creations mastermindHi Jens,
Add this code to the Custom CSS area:
.slide-text {text-align: center;}
Before posting consider reading our short theme debugging instructions.
Please read the FAQs: Mantra • Nirvana • Parabola • Tempera
Tutorials: custom menus • translating theme • installing theme • category page with intro • disabling comments Wordpress: child themes • categories/posts
Before making any modifications to your theme we strongly recommend using Child Themes.December 20th, 2014 at 02:55 #28751AnnetteI tried that and it didn’t work. Any suggestions?
December 24th, 2014 at 01:16 #28799Laurel KnightI also tried that…:( Didn’t work on mine either. Love the theme, no complaints! Just would like to center the text on the slider images!!!
December 24th, 2014 at 01:18 #28800Laurel KnightI did add that code to the miscellaneous section, where there is a custom CSS space….and it didn’t work. What could be wrong??
January 2nd, 2015 at 03:38 #28892Gregjust use div right in the text of the slider itself. works great
<div align=”center”> text bla bla bla </div>January 10th, 2015 at 14:46 #29042GUWI66Suche im Template die “frontend.css,
scroll runter bis zum Eintrag: .slide-text
dort dann “text-align:left” auf “text-align:center” stellen
funktioniert!!!!!!January 10th, 2015 at 16:52 #29046HelenaHello!
Can you please write it in english as well? I am not able to find out where I have to go 🙂
Thank you!
January 10th, 2015 at 18:19 #29048GUWI66ok, but sorry for my english….lol
go to >template>nirvana>styles
open the ” style-fronpage.css ”
then scroll to the entry
`.slide-text {
text-align: left; >>>>>>>change it to center
line-height: 1.4em;
letter-spacing: 1px;
font-weight: 300;
width: 80%;
display: block;
margin: 0 auto;
filter: alpha(opacity=100);
opacity: 1;
display: block;
sorry for my englishJanuary 10th, 2015 at 18:23 #29049GUWI66in the editor you find it in row 176
January 11th, 2015 at 03:13 #29055AnnetteI’ve tried all but one of these suggestions and still not working. With the last suggestion, there is a note that says any changes will be deleted with updates, so that one seems pointless.
I’d really like to know how to do this as it’s an obvious misalignment.January 12th, 2015 at 23:11 #29088Ross WillitsI just added the above declaration in the Miscellaneous CSS area, but added “!important”. This overrides any other declaration that might be working against you.
So the new declaration is:
.slide-text {text-align: center !important;}
Hope this helps.
January 19th, 2015 at 03:44 #29179RussellGUWI66’s suggestion worked for me.
-
AuthorPosts
The topic ‘presentation page center text on slider’ is closed to new replies.