• I am trying to make two lines in the description for header widget 1 and header widget 2. I have tried entering and spacing but it stays on the same line. Is there a way to make part of my sentence go to the next line?

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Theme Author themeansar

    (@themeansar)

    Hello @rfenton,

    Please paste the following css code in additional css box and check. Hope this is what you want to get.?

    .header-widget .ta-header-box-info p 
    {
    display: inline !important;
    }

    Thank’s
    Themeansar

    • This reply was modified 7 years, 5 months ago by themeansar.
    Thread Starter rfenton

    (@rfenton)

    This creates a space between the lines, it does not move the words to the next line. I had to change names here is the new site: e53.0b8.myftpupload.com

    Theme Author themeansar

    (@themeansar)

    Hello @rfenton,

    Remove above code and paste the following css code in additional css box and check. Hope this is what you want to get.

    .header-widget .ta-header-box-info h4
    {
    display: inline !important;
    }

    Thank’s
    Themeansar

    • This reply was modified 7 years, 5 months ago by themeansar.
    Thread Starter rfenton

    (@rfenton)

    That just creates a space as well, I am trying to get it to look like this:
    (111) 111-1111
    (222) 222-2222

    Theme Author themeansar

    (@themeansar)

    Hello @rfenton

    Do you like this kind of screenshot by looking at the image

    https://ibb.co/jqHMB5

    Thread Starter rfenton

    (@rfenton)

    I am not trying to space the lines, I am trying to get the PO Box on the top line and the city, state zip on the next line.

    Po Box
    City, State Zip

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Header Widgets’ is closed to new replies.