Viewing 6 replies - 1 through 6 (of 6 total)
  • hi i solved this poroblem, you must go to style.css approximately at line 2087 you see:

    /* Countdown */
    .sp-countdown-wrapper .event-name {
    	padding: 10px 10px 0;
    }
    .sp-countdown-wrapper .sp-countdown {

    you must modify it to:

    /* Countdown */
    .sp-countdown-wrapper .event-name {
    	padding: 10px 10px 0;
    	text-align: center;
    
    }
    .sp-countdown-wrapper .sp-countdown {

    after it you must flush the cache

    Thread Starter kev147

    (@kev147)

    Hi thanks for the reply
    i added
    .sp-countdown-wrapper .event-name { padding: 10px 10px 0;text-align: center; }
    to my sportpress/custom css and all it did was center the widgets header name? i don’t want to center the widget name but the contents of the countdown widget i do want, so sorry if i miss interpreted this

    any idea anyone of the .sp-countdown ???…bla bla… i need to do this please
    thanks

    maybe you don’t understand me, you need only to add
    text-align: center;
    after

    /* Countdown */
    .sp-countdown-wrapper .event-name {
    	padding: 10px 10px 0;
            HERE

    in your style.css approximately at line 2087.

    the result is that your title
    team1 vs team2
    will be in center

    Thread Starter kev147

    (@kev147)

    Yes i am confused lol, maybe this explains better

    click this

    I dont want to center title team1 vs team2

    thanks for the help again

    At this point

    /* Countdown */
    .sp-countdown-wrapper .event-name {
    	padding: 10px 10px 0;
    	text-align: center;
    
    }
    .sp-countdown-wrapper .sp-countdown {
    HERE

    Do you have this line? text-align: center;

    At this point

    /* Countdown */
    .sp-countdown-wrapper .event-name {
    	padding: 10px 10px 0;
    	text-align: center;
    
    }
    .sp-countdown-wrapper .sp-countdown {
    HERE

    Do you have this line? text-align: center;

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘widget center text’ is closed to new replies.