Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #475059

    You closed my Topic. I need help again! Tried to reply but not sure if it was seen since it’s closed.

    Here’s my message:
    Need help. With the button added, my header pushed everything down. “Solutions” is super tight to the line. Can this be fixed?

    http://goo.gl/fBKGTh

    #475065

    Hi jend_onesource!

    Please add following code to Quick CSS

    .html_header_top.html_header_topbar_active.html_header_sticky.html_large #top #main {
      padding-top: 171px;
    }

    Regards,
    Yigit

    #507297

    I need help again with this. I had to change the behavior of the button to open the link to a new window vs. same window. When I did this. It jacked up the code you guys inserted so now the button is underneath the phone number again. I want it to read horizontally
    “Call Today: 800.608.3645 [Client Login]”

    Under Theme Options/Header/Phone Number or small info text:
    <p>Call Today: 800.608.3645</p> [av_button label='Client Login' link='manually,https://www08.8f7.com/4DACTION/WebShowMenu' link_target='_blank' size='small' position='center' icon_select='no' icon='ue800' font='entypo-fontello' color='theme-color' custom_bg='#444444' custom_font='#ffffff']

    I did not change anything within the Quick CSS box
    Can we fix this, please?
    And any chance you could provide the code here so should I jack it up again, I have it to paste in there? I also enclosed login info below.

    Thank you! Thank you!

    #507784

    Hey!

    not sure what you mean. Can you provide us a link where we can see the issue? login info without a link to login does not help much :(.

    Cheers!
    Andy

    #507892
    #508170

    Hi,

    I’m not sure what you’ve done there as there is an empty div before the button, I tried logging in but the details are not working. Are you sure the username is the email?

    Regards,
    Rikard

    #508505

    Username is provided. Sorry!

    #508801

    Hi,

    I added spans around the items, please add the following CSS to align the button:

    #header .avia-button-wrap {
        position: absolute !important;
        top: 6px !important;
    }

    Thanks,
    Rikard

    #509101

    @Rikard I tried the CSS code you supplied but I don’t like the look. It basically squished the button and the text went to 2 lines vs. 1 line. I’d prefer 1 line. I already have some CSS you guys supplied me for this exact thing. Here’s what’s currently in my Quick CSS box:
    .single .post-entry .wp-post-image {
    width: 100%;
    }

    ::selection {
    background-color: #8f8f8f;
    color: #ffffff;
    }

    .wpcf7-response-output {
    clear: both;
    }

    .tab_titles .tab { font-size: 15px !important; }

    .phone-info p { font-size: 16px; float: left; margin-right: 15px; }
    #header_meta .social_bookmarks {
    top: 10px;
    position: relative;
    }
    .html_header_top.html_header_topbar_active.html_header_sticky.html_large #top #main {
    padding-top: 171px;
    }

    #509357

    Hi,

    I added the following as well:

    .phone-info {
        min-width: 250px !important;
    }

    Please review your site now.

    Best regards,
    Rikard

    #510319

    @Rikard – You’re the bomb!! Thank you!! So that I don’t have to keep bothering you guys with this, is there a way to copy all this information down. Should I paste it in Notepad+? Wish I knew code like you guys!!

    #510522

    Hi,

    Yes keeping a backup is always a good idea, you could just keep a note that “this goes in the phone info field together with this CSS”, that’s what I would do :)

    Cheers!
    Rikard

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