Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #677423

    HI,
    Was looking at a phone number right of the logo.
    reb.webhostingwollongong.com.au

    I would like the phone number to appear as a good size between logo and social icons in the header / menu area.
    https://snag.gy/gMCtdI.jpg

    Much like the phone number and email on this website
    http://www.junglegardens.com.au/

    Is this able to be done with some CSS>

    thanks

    #677974

    Hi saint181,

    I can’t see a phone number on your site? If you are adding it through the theme options you can control it with the following CSS:

    .phone-info span {
    YOUR CSS HERE
    }

    Thanks,
    Rikard

    #678402

    Thanks, no i havent added phone number as i dont know how to get it into the position i want.

    My testing site reb.webhostingwollongong.com.au
    .
    but would like a phone number like this site in the same postilion about third from the right. http://www.junglegardens.com.au/

    Is there a way with css?

    #678618

    Hi,

    Please add the phone number info in Enfold > Header > Extra Elements section and we can help you with the css.

    Best regards,
    Vinay

    #679339

    Thanks I have added.

    are you able to help with css to put in the header? Same theme colour etc

    #680768

    Hi,

    Please refer to this post – http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/

    Best regards,
    Yigit

    #681497

    Thanks DID that, here is the result.

    roughly this is what i am after
    https://snag.gy/C1Ikym.jpg

    Here is access if you need it.

    Cheers

    #682396

    Hi,

    Did you add the CSS from the link Yigit sent as well? It looks like you did not. Also, please add some content to the widget as it’s difficult for us to find it otherwise.

    Regards,
    Rikard

    #682474

    Thanks Added that, however if you check i stil lhave the widget on the left and the phone number is not where i would like with all that white sapce?

    #683846

    Hi,

    I tried to troubleshoot this issue but the login credentials you provided has limited role. Would you mind checking once again and then send us working login credentials?

    The user role for the account you send us should be set to ‘administrator’ so we can try to disable all plugins and add custom code (if necessary) to resolve the issue.

    Best regards,
    Vinay

    #683941

    HI,

    Changes made, please try again.

    #684606

    Hi,

    The CSS code should be added to Enfold > General Styling > Quick CSS
    We added the below code to quick css

    .phone-top {
    color:#FFF;
    font-size:30px;
    font-weight:600;
    }
    .email-top {
    color:#FFF;
    font-size:14px;
    font-weight:200;
    }
    #header .widget {
      right: 20%;
      padding-top: 50px;
      position: absolute;
      top: 0;
      transform: translate(10%);
      z-index: 999;
    }
    @media only screen and (max-width:480px) {
    	#header .widget {
      right: 0%;
      padding-top: 0px;
      position: absolute;
      transform: translate(0%);
    z-index:9999;
    }
    }

    and in the Appearance > Header Widget area added the below html

    <span class="phone-top">1300 832 658</span> </br>
    <span class="email-top"> (Email address hidden if logged out) </span>

    Let us know if you have any questions.

    Best regards,
    Vinay

    #684636

    Many thanks,

    Magic. Well done and thank you very much :-)

    #684879

    Hi,

    Great, glad we could help :-)

    Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘Phone Number – Header or Menu’ is closed to new replies.