Tagged: ,

Viewing 22 posts - 1 through 22 (of 22 total)
  • Author
    Posts
  • #226503

    Hi I want to enlarge the area where I have put the phone number info and possibly change the color?

    #226504
    This reply has been marked as private.
    #226697

    Hi! I would like to change the size of the phone number in the header too. How can i do ? Thanks !

    #226792

    as you can see I have 3 lines of text coming out of that area. thanks

    #226821

    Hey!

    You can add this on Quick CSS:

    #header_meta {
    min-height: 60px;
    }
    
    .social_header .phone-info span {
    padding: 0;
    margin: 0;
    line-height: 16px;
    }
    

    We’re being bombarded with inquiries right now so for further customization request, please visit Werkpress. Thank you.

    Regards,
    Ismael

    #226844

    ok, one other that was on this thread, changing the background color. thanks

    #227178

    Hey!

    Please add following code to Quick CSS as well and adjust as needed

    .header_color .container_wrap_meta { background-color: red; }

    Best regards,
    Yigit

    #227483

    That’s great, also found a place to change it in the styling section. The only other question is I have 3 lines of text there, how do align one line to the right and one line to the left? Thanks

    #227510

    Hey!

    Can you post a screenshot and show the changes you would like to make?

    Best regards,
    Yigit

    #227524

    if you click the above link to the site i want the phone number to go right and the other 2 lines to go left. was also wondering if I can move the icon boxes up so that the icon is in the slider a little bit? Thank you so much!

    #227525

    Hi!

    Please firstly remove http://i.imgur.com/iLJM1z3.jpg these are deprecated tags

    Cheers!
    Yigit

    #227526

    Okay, did that, now they are tiny again and aligned right

    #227532

    Hey!

    Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed

    .social_header .phone-info { font-size: 15px; color: white !important; }

    You cannot seperate this 3 lines, but you can add two lines as secondary menu in Appearance > Menus and make them not clickable so it would look like a simple text

    Best regards,
    Yigit

    #227537

    but I would like them to be left of the number? can I I get them all in one area? with the gray background, at the top and phone to the right and text to the left?

    #227538

    and then I just need to know how to move my icon boxes up, thanks :)

    #227584

    .template-page.content.twelve.alpha.units {
    padding-top: 0;
    }
    I have used this to move the boxes up. The only issue on that is the icons go under the slider and I would like them on top of it.

    #227588

    Hi!

    Please add following code to Quick CSS as well

    .avia-layerslider { z-index: 1; }

    Best regards,
    Yigit

    #227631
    This reply has been marked as private.
    #227655

    Hey!

    Please add following code to Quick CSS as well

    .content { padding-top: 5px; }

    Regards,
    Yigit

    #227663

    Hey there
    That didn’t do it :(

    #227668

    Try with this code:

    .home .content { 
        position: relative;
        top: -20px;
    }
    

    Best regards,
    Josue

    #227682

    excellent!!
    there are 2 other items and that was regarding the slider positioning, the new header position is cutting off the top of the slider and the rss button is showing in mobile mode and the icon box is chopped off.

    • This reply was modified 10 years, 9 months ago by fashiontribe. Reason: I wasn't quite done with this question and it is related to the changes we made specific to this. thanks
Viewing 22 posts - 1 through 22 (of 22 total)
  • The topic ‘Fixed Header with social icons change size and background’ is closed to new replies.