How to move Current Date and Time/ Your last visit to the right? Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.
4 posters

    How to move Current Date and Time/ Your last visit to the right?

    avatar
    Darksphere92
    Forumember


    Posts : 101
    Reputation : 1
    Language : English

    In progress How to move Current Date and Time/ Your last visit to the right?

    Post by Darksphere92 December 4th 2013, 10:54 pm

    I was wondering if it is possible to move the Current Date and Time/ Your last visit to the right?
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51556
    Reputation : 3519
    Language : English
    Location : United States

    In progress Re: How to move Current Date and Time/ Your last visit to the right?

    Post by SLGray December 4th 2013, 10:56 pm

    Add this to your CSS:
    Code:
    p {
       margin-left:  YOUR NUMBERpx;
    }



    How to move Current Date and Time/ Your last visit to the right? Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    avatar
    Darksphere92
    Forumember


    Posts : 101
    Reputation : 1
    Language : English

    In progress Re: How to move Current Date and Time/ Your last visit to the right?

    Post by Darksphere92 December 4th 2013, 11:01 pm

    SLGray wrote:Add this to your CSS:
    Code:
    p {
       margin-left:  YOUR NUMBERpx;
    }
    where do i put the CSS?
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51556
    Reputation : 3519
    Language : English
    Location : United States

    In progress Re: How to move Current Date and Time/ Your last visit to the right?

    Post by SLGray December 4th 2013, 11:06 pm

    Administration Panel > Display > Colors & Pictures > Colors
    CSS Stylesheet Tab



    How to move Current Date and Time/ Your last visit to the right? Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    avatar
    Darksphere92
    Forumember


    Posts : 101
    Reputation : 1
    Language : English

    In progress Re: How to move Current Date and Time/ Your last visit to the right?

    Post by Darksphere92 December 4th 2013, 11:13 pm

    SLGray wrote:Administration Panel > Display > Colors & Pictures > Colors
    CSS Stylesheet Tab
    it doesnt seem to do anything
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51556
    Reputation : 3519
    Language : English
    Location : United States

    In progress Re: How to move Current Date and Time/ Your last visit to the right?

    Post by SLGray December 4th 2013, 11:16 pm

    Code:
    p {
          margin-left:  YOUR NUMBERpx !important;
        }



    How to move Current Date and Time/ Your last visit to the right? Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    avatar
    Darksphere92
    Forumember


    Posts : 101
    Reputation : 1
    Language : English

    In progress Re: How to move Current Date and Time/ Your last visit to the right?

    Post by Darksphere92 December 4th 2013, 11:19 pm

    SLGray wrote:
    Code:
    p {
           margin-left:  YOUR NUMBERpx !important;
        }
    tried that and nothing, ok how about moving the hide widget button down is there a way to do that?
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51556
    Reputation : 3519
    Language : English
    Location : United States

    In progress Re: How to move Current Date and Time/ Your last visit to the right?

    Post by SLGray December 4th 2013, 11:23 pm

    You are changing YOUR NUMBER to a number?



    How to move Current Date and Time/ Your last visit to the right? Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    avatar
    Darksphere92
    Forumember


    Posts : 101
    Reputation : 1
    Language : English

    In progress Re: How to move Current Date and Time/ Your last visit to the right?

    Post by Darksphere92 December 4th 2013, 11:29 pm

    SLGray wrote:You are changing YOUR NUMBER to a number?
    yeah i did, i tried 50px,100px,500PX,1000px, and 10000px and nothing. Well i give up for tonight.
    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13246
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    In progress Re: How to move Current Date and Time/ Your last visit to the right?

    Post by Ange Tuteur December 5th 2013, 2:23 am

    Hello Darksphere92,

    Add this to your CSS stylesheet:
    Code:
    p.right.rightside { float:none; }
    p.right.rightside+p { float:right; }
    avatar
    Darksphere92
    Forumember


    Posts : 101
    Reputation : 1
    Language : English

    In progress Re: How to move Current Date and Time/ Your last visit to the right?

    Post by Darksphere92 December 6th 2013, 2:15 pm

    SethC1995 wrote:Hello Darksphere92,

    Add this to your CSS stylesheet:
    Code:
    p.right.rightside { float:none; }
    p.right.rightside+p { float:right; }
    ok that worked.
    Sir Chivas™
    Sir Chivas™
    Helper
    Helper


    Male Posts : 6983
    Reputation : 457
    Language : EN, FR, ES
    Location : || CSS || HTML || Graphics Designs || Support ||

    In progress Re: How to move Current Date and Time/ Your last visit to the right?

    Post by Sir Chivas™ December 6th 2013, 3:02 pm

    Is this thread considered to be solved?