Problem with formatting in header graphic

Home Forums All Other Themes Problem with formatting in header graphic

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #71378
    SandraSandra
    Participant
    • Topics: 17
    • Replies: 23
    • Total: 40
    Member since: February 26, 2017

    I am using Movers & Packers Pro on http://engaged2perform.website/.

    Please see the content in the header, it is not aligning properly. I would like the hours & contact info aligned to the right of the logo, and the field sizes adjusted so the email address doesn’t wrap to the next line.

    Can you help me with this?

    #71461
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30587
    • Total: 30587
    Member since: August 16, 2013

    Hi Sandra,

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

    Add this code there:

    .header .header-inner .logo { width:23%;}
    .header-right .column3 { width:235px;}

    Regards,
    Chris

    #71528
    SandraSandra
    Participant
    • Topics: 17
    • Replies: 23
    • Total: 40
    Member since: February 26, 2017

    Thank you – I would like to align the text to the left (instead of the right) and change the font to Roboto. Would you be able to help me with that?

    Thanks
    Sandy

    #71554
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30587
    • Total: 30587
    Member since: August 16, 2013

    Hi Sandra,

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

    Add this code there:

    body, .header span.tagline { font-family: ‘Roboto’, sans-serif !important;}
    .header span.tagline { text-align:left;}

    Regards,
    Chris

    #71665
    SandraSandra
    Participant
    • Topics: 17
    • Replies: 23
    • Total: 40
    Member since: February 26, 2017

    Hi Chris

    The text didn’t change to Roboto sans-serif, please look at what I have in custom css and let me know what I’m doing wrong:

    .header .header-inner .logo { width:23%;}
    .header-right .column3 { width:235px;}
    body, .header span.tagline { font-family: ‘Roboto’, sans-serif !important;}
    .header span.tagline { text-align:left;}

    thanks
    Sandy

    #71692
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30587
    • Total: 30587
    Member since: August 16, 2013

    Hi Sandra,

    body .header span.tagline { font-family: ‘Roboto’, sans-serif !important;}

    Regards
    Chris

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