Top Right Hand Corner Contact Details

Discussion in 'ColorWay WordPress Theme' started by birdgroup, Mar 26, 2015.

  1. birdgroup

    birdgroup Member

    Joined:
    May 16, 2013
    Messages:
    32
    Likes Received:
    1
    Hello,

    I am looking to fill the gap of white to the colourway theme, right hand side.

    basic contact details, phone number/s.

    I have followed the other threads, but each one seems to add the details to the left below the logo and not the right.

    can you provide the CSS and the code to match the Colourway theme please.

    Thanks
     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
  3. birdgroup

    birdgroup Member

    Joined:
    May 16, 2013
    Messages:
    32
    Likes Received:
    1
    This link is for the incorrect theme, the code is different.

    Can you provide the correct details for the colourway theme please?

    Adrian
     
  4. praveen

    praveen Support Staff

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

    Process of adding Contact details in ColorWay theme is same as mentioned in the previous provided thread link.

    Anyway, I am providing you a complete procedure to add the information in colorway theme.

    Please follow the screenshot given below.
    colorway_add_contact_us_address.png
    PHP:
    <div class="top_right_corner">
    <
    p>Business Name</p>
    <
    class="phone_number">Phone Number : <span>000-000-000</span></p>
    <
    class="Address">Address</p>
    </
    div>
    Now paste the css code given below in custom css section.
    Code:
    .top_right_corner {
    float: right;
    margin-top:-50px;
    margin-right: 40px;
    line-height: 0.2;
    }
    Thanks,
    Praveen
     
  5. designstouch

    designstouch Member

    Joined:
    Feb 23, 2013
    Messages:
    133
    Likes Received:
    2
    Hi Support team,
    I have added top right contact info however, in mobile view the phone number overlaps logo. How can we fix this?

    Thank you!
     
  6. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hello Designstouch!

    Could you please provide us URL of your website along with some edited screenshot of your issue so that we can provide you the appropriate solution?

    Thanks,
    Praveen
     

Share This Page