Subscribely css to move slider 1 button to the right.

Discussion in 'Forum Rules' started by bhendrix, Feb 11, 2014.

  1. bhendrix

    bhendrix Guest

    Joined:
    Feb 6, 2014
    Messages:
    5
    Likes Received:
    0
    Hi , I have checked the forum posts and did not find my answer.

    Please advise how to move the slider1 button and button text to the right.

    I would like to center the button under the header text .

    I tried this in the styling options --> custom css section , but no joy.

    #slider_wraper .btn_right {
    position:absolute;
    right:10px;
    }

    Thanks,

    Brian
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
     .entry_btn {
    float: right;
    }
    Thanks & Regards
    Gourav Shrivastava
     

Share This Page