Animation Code forces text alignment to the left

Support Area Forums Selfie Animation Code forces text alignment to the left

Viewing 6 posts - 1 through 6 (of 6 total)
URL to the page in question: http://www.talhouk.cl
  • Author
    Posts
  • #20050
    pablo talhouk
    Participant

    Hi Bill, im working on my web and have a problem with the Animation Code.
    I want to have a text aligned at the right side of the Hero Image, and it works, but when i add the Animation code it goes to the left side. Is a way to have the animated text at the right side?

    You can look the example on “Casa Fuica” here: http://www.talhouk.cl/prueba2013C/portfolio/viviendas/

    Best regards,
    Cote

    #20059
    Bill Robbins
    Moderator

    Cote,

    Excellent question. You can add the right hand side animation using this shortcode:

    
    [animate]
      [animate-right]This is where the content goes for the right hand side.[/animate-right]
    [/animate]
    

    I believe that should animate content from the right for you. If you have trouble with it, let me know.

    Thanks,
    Bill

    #20066
    pablo talhouk
    Participant

    Thanks Bill, but the text now comes from the right, but still aligns to the left side…

    #20067
    Bill Robbins
    Moderator

    We can adjust that. Here’s how:

    1. Go to the Theme Options page and select the Advanced tab.
    2. Scroll down to the Custom CSS box and paste this:
      
      .cbp-so-side.cbp-so-side-right {
      	float: right;
      }
      
    3. Update your settings.

    I believe that will cause the right hand animation text to line up on the right for you. If that doesn’t do it, let me know.

    Thanks,
    Bill

    #20068
    pablo talhouk
    Participant

    Thanks Bill, now it works!

    #20070
    Bill Robbins
    Moderator

    Fantastic! If you need anything else, just let me know.

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Animation Code forces text alignment to the left’ is closed to new replies.