Moving text on slider images

Home Forums All Other Themes Moving text on slider images

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #54034
    LauraLaura
    Participant
    • Topics: 158
    • Replies: 195
    • Total: 353
    Member since: July 21, 2016

    site: http://amplifiedcreative.com/blog/
    template: Movers and Packers Pro

    How do I move the text overlays on the home page slider images from left, center justified to center, bottom justified? All text centered instead of left justified?

    #54065
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30677
    • Total: 30677
    Member since: August 16, 2013

    Hi Laura,

    Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:

    Add this code there:

    .nivo-caption { width:46% !important; left:0 !important; right:0 !important; margin:0 auto !important; top:inherit !important; bottom:50px !important;}
    .slide_info h2 { display:block !important; text-align:center !important;}
    .slide_info p { display:block !important; text-align:center !important;}

    Regards,
    Dave

    #54067
    LauraLaura
    Participant
    • Topics: 158
    • Replies: 195
    • Total: 353
    Member since: July 21, 2016

    Great, thank you, it worked.

    #54070
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30677
    • Total: 30677
    Member since: August 16, 2013

    🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Moving text on slider images’ is closed to new replies.