Home › Forums › All Other Themes › Problem with formatting in header graphic
- This topic has 5 replies, 2 voices, and was last updated 6 years ago by
Forum Moderator.
-
AuthorPosts
-
May 6, 2017 at 4:16 am #71378
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?
May 8, 2017 at 7:07 am #71461Hi 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,
ChrisMay 8, 2017 at 7:07 pm #71528Thank 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
SandyMay 9, 2017 at 5:09 am #71554Hi 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,
ChrisMay 9, 2017 at 5:53 pm #71665Hi 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
SandyMay 10, 2017 at 5:14 am #71692Hi Sandra,
body .header span.tagline { font-family: ‘Roboto’, sans-serif !important;}
Regards
Chris -
AuthorPosts
- You must be logged in to reply to this topic.