Right justify contact information

Home Forums All Other Themes Right justify contact information

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #44005
    LauraLaura
    Participant
    • Topics: 158
    • Replies: 195
    • Total: 353
    Member since: July 21, 2016

    Hello, how do I right justify the contact information (phone number and email) at the very top of the site so it is above the shopping cart icon? Currently it is left justified.

    http://www.evergearcases.com/temp/

    #44061
    Sonnal S SinhaSonnal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6964
    • Total: 6974
    Member since: June 12, 2013

    Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:

    Add this code there:

    .signin_wrap .widget-left { float:right;}

    Regards,
    Shri

    #44108
    LauraLaura
    Participant
    • Topics: 158
    • Replies: 195
    • Total: 353
    Member since: July 21, 2016

    Thank you, it worked. How to I change the blue color of dividers of this same contact info section?

    #44175
    Sonnal S SinhaSonnal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6964
    • Total: 6974
    Member since: June 12, 2013

    Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:

    Add this code there:

    .signin_wrap ul li, .signin_wrap ul li:first-child { border-right:1px solid #a8a8a8 !important;}

    Regards,
    Shri

    #44375
    LauraLaura
    Participant
    • Topics: 158
    • Replies: 195
    • Total: 353
    Member since: July 21, 2016

    One divider stayed the blue color. Thank you.

    #44469
    Sonnal S SinhaSonnal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6964
    • Total: 6974
    Member since: June 12, 2013

    Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:

    Add this code there:

    .signin_wrap ul li:first-child { border-left:1px solid #636363 !important;}

    Regards,
    Shri

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.