Adjusting the "Add New Ads" button

Discussion in 'ClassiCraft WordPress Theme' started by M5LASTER, Feb 3, 2015.

Thread Status:
Not open for further replies.
  1. M5LASTER

    M5LASTER Member

    Joined:
    Oct 21, 2013
    Messages:
    232
    Likes Received:
    0
    Hi there,

    How can I move the "Add New Ads" button to the right a bit? It is too close to the edge of the page right now.

    See screen shot for desired location.

    AddNewAdButton.png

    Thanks,
    Mike
     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hey Mike,

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    a.post_add_btn {
    margin-left: 20px;
    }
    Thanks,
    Praveen
     
  3. M5LASTER

    M5LASTER Member

    Joined:
    Oct 21, 2013
    Messages:
    232
    Likes Received:
    0
    Thank you very much.
     
Thread Status:
Not open for further replies.

Share This Page