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

    How Do I get the tel number on the left in the header and the address on the right?

    I have added code I’ve used to private.

    Please note I will need this to be responsive so it works on smaller screens and changes size as the menu shrinks upon scrolling!

    Many thanks for any advice

    #562294

    Hi steve55555,

    Could you provide us with a link to the site in question so that we can take a closer look please?

    Thanks,
    Rikard

    #562747

    added below

    thanks

    #562937

    Hi,

    The markup you are using in the widget will make that a bit difficult, could you try adding another widget for the two different sets of text? Send us an admin login in private as well.

    Thanks,
    Rikard

    #563120

    added

    #563293

    Hey!

    Please check the frontend now.

    Actually the design you are trying to achieve requires a lot of customization work to make it look good in every screen you need to probably hire a freelancer or someone to code this whole thing for you but if you are looking to do this on your own we are more than happy to help you get started on this…. You can also play around with below css and mix it up with media queries and achieve the design you are looking for.

    
    	#header .widget {
      left: 50px;
      right:50px;
      padding-top: 25px;
      position: absolute;
      top: 0;
      z-index: 999;
    }
    
    	.meta-phone {
    		float: left;
    	}	
    	.meta-phone span {
    		display:block;
    	}
    	.meta-address {
    		float: right;
    	}

    Best regards,
    Vinay

    #563432

    Ok that’s fine – whatever you think will look good.

    The css is in the general css theme settings within wordpress. I only used this markup for SEO purposes

    #563437

    Oh, I thought the theme was supposed to be responsive? What is it that’s making it difficult? Would it be much easier if I had just the number in the header then?

    #563551

    Hi!

    The theme is fully responsive but when you add some new elements to the theme which is not already there only those extra elements will have to be coded from scratch as it did not exist earlier.

    You can check out all the demos here http://kriesi.at/themes/enfold-overview/

    What i would suggest to you to do is add address in contact us page and move the phone number to the right. Let us know if that is something you like to do.

    Best regards,
    Vinay

    #563566

    Hi,

    Yes ok if the number alone will fix the problems and be ok on different screens then let’s do that. Don’t worry about contact details on contact page I can do this.

    Many thanks.

    #564294

    Hi Vinay,

    Any news on this?

    Thanks

    #564441

    Hey!

    Please check the frontend of the website. The following css have been applied in the quick css to code the contact info in the header this.

    
    /* Header contact info*/
    
    #header .widget {
      left: 50px;
      right:50px;
      padding-top: 25px;
      position: absolute;
      top: 0;
      z-index: 999;
    }
    
    .meta-phone {
        float: right;
        padding-top:10px;
    }   
    .meta-phone h3{ 
    font-size:18px;
    color:#FFF!important
    }
    .meta-phone span {
        display:block;
    }
    
    @media only screen and (max-width: 768px) {
        /* tablets and desktop */
      .meta-phone {
        display:none;
    } 
    }

    Best regards,
    Vinay

    #564773

    Hmm, it doesn’t resize like the logo and so the telephone gets a big white line through it.

    How long would a freelancer need to fix this on all screen sizes do you think?

    #564780

    Hi!

    Only few hours in my opinion. You can hire a freelancer here

    Cheers!
    Yigit

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