Contact Us page issue

Discussion in 'ColorWay WordPress Theme' started by n0limit88, Dec 6, 2014.

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

    n0limit88 Member

    Joined:
    Nov 26, 2014
    Messages:
    45
    Likes Received:
    0
    Hi, on the contact page, how can you move the icons for Facebook, twitter and email and etc. to the bottom of the page rather than have it at the top of the page?

    I have attached a picture to show where these icons are located. I would like to have them located at the bottom on the contact us form. This is not an issue on any other pages we have set up.

    Thanks
     

    Attached Files:

  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .contact p {
    position: absolute;
    bottom: 20px;
    right: 10px;
    }
     
    .content-wrap .contact {
    position: relative;
    }
    Thanks & Regards
    Pramod
     
  3. n0limit88

    n0limit88 Member

    Joined:
    Nov 26, 2014
    Messages:
    45
    Likes Received:
    0
    Hi thanks for the help. I have copied the code you provided and the placement of the icons is perfect now. However once i pasted the code it disrupted the placement of information that previously was located above the map on the right hand side. I have attached a picture so that you can see. Please let me know how to fix this
     

    Attached Files:

  4. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .sidebar .textwidget p {
    position: initial;
    }
    Thanks & Regards
    Pramod
     
  5. n0limit88

    n0limit88 Member

    Joined:
    Nov 26, 2014
    Messages:
    45
    Likes Received:
    0
    thank you
     
Thread Status:
Not open for further replies.

Share This Page