Viewing 29 posts - 1 through 29 (of 29 total)
  • Author
    Posts
  • #667480

    Hi Guys,

    I’m busy creating a new design for my agency site and need a little help.

    See private section for site we’d like to look like.

    I need to edit the logo positioning on my own site too.

    Thansk

    • This topic was modified 8 years, 3 months ago by robertscott.
    #668844

    Hey robertscott,

    Thank you for using Enfold.

    Disable the Enfold > Header > Header Behavior > Let logo and menu position adapt to browser window option. We can then adjust the top margin with css.

    Best regards,
    Ismael

    #670514

    Hi ismael

    Can you help out now with this: Ive added the logo etc. Need to add a new line to have the email and contact number with the social icons.

    The logo isnt positioned where I need it.

    #671290

    Anyone?

    #671788

    Has support gone on holiday?

    #671923

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .logo {
        margin-top: 20px;
    }
    .header-scrolled .logo {
        margin-top: 0;
    }
    

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

    Best regards,
    Yigit

    #671939

    Yigt that just created a 500 server error!

    #671945

    Hi!

    Are you sure you have added that to style.css file or Quick CSS field?
    Custom CSS code goes into CSS file and CSS files do not cause errors on your server.

    If you would like us to look further into it, please post FTP logins and WP admin logins here privately.

    Best regards,
    Yigit

    #671958

    Sorry Yigit I meant the adding widgets ti header. That caused the error.

    My host is looking into it now.

    #671960

    Hi!

    Alright. Simply going to wp-content/themes/enfold/functions.php file via FTP and removing the code would help.

    Best regards,
    Yigit

    #671972

    Hi YIgit,

    Sorted now. Just realised that code wa salready there to add widgets to header.

    #671975

    The logo still needs to move a little left.

    Also adding icons to menu items?

    #671981

    Hi!

    Glad you figured it out!
    Shall we mark the thread as resolved and wish you a good weekend? :)

    Please add following code to Quick CSS as well

    .container.av-logo-container {
        padding: 0 30px;
    }

    You can insert shortcodes and HTML code into navigation field in Appearance > Menus

    Cheers!
    Yigit

    • This reply was modified 8 years, 3 months ago by Yigit.
    #671998

    Hi Yigit,

    The icons ideally we can use the font awesome icons? Is there a way to use those aloingside menu items?

    #672814

    Hi Yigit,

    Can yo help Change line height of h1 text? it needs to be 50px

    thanks

    #672829

    Hi Yigit,

    I added a header widget area but it needs adjusted to move to the right, and a space between the phone number and the email.

    Also we need the font changed to match the menu.

    Thanks

    #673264

    Hi,

    use this code inside Quick CSS field:
    move to right:

    div#text-4 {
    right: -227px;
    }
    

    more space:

    i.fa.fa-envelope-o {
    margin-left: 20px;
    }
    

    and adjust as needed.

    Best regards,
    Andy

    #673285

    Hi Andy,
    Great thanks.

    Whats the best way to increase the space between the main menu items and the tel number ect below?

    And have the social icons along side the email. Best to add the social icons in a header widget too?

    #673297

    Hi,

    add a top value to my code:

    div#text-4 {
    top: 20px;
    }
    

    and adjust as needed.

    You can move social icons with this:

    ul.noLightbox.social_bookmarks.icon_count_4 {
    top: 110px !important;
    }
    

    Best regards,
    Andy

    #673323

    Hi Yigit/Andy

    I’ve added the header widget and have it looking good.

    However when you scroll the header shrinks but the widget data scrolls with.

    See private of how it should act and my site.

    #674191

    Hi,

    unfortunately this won’t be easily possible and for this job you would need to hire a freelance developer, as it would require heavy customization of the theme.

    Best regards,
    Andy

    #674194

    Hi Andy,

    What else can you you suggest? Is there a way to stop the header widget scrolling with the page?

    #674390

    Hi,

    try to hide it when you scroll using this code inside Quick CSS field:

    .header-scrolled #text-4 {
    display: none;
    }
    

    Best regards,
    Andy

    #674847

    Hi Andy,

    Great that worked. I’ve added in some additional social icons in the header widget to appear to the right of the email in the header but they are appearing left and not in line.

    Can you help?

    #675745

    Hi,

    Would you mind posting us a screenshot/mockup of what you would like to achieve? You can upload the screenshot to imgur.com or dropbox and share the link here :)

    Best regards,
    Andy

    #675748

    Hi Andy,

    See imgur url in private

    #675796

    Hi,

    try this code:

    #text-4 img.size-full {
    top: 30px;
    left: 500px;
    }
    

    and adjust as needed.

    Best regards,
    Andy

    #676470

    Hi Andy,

    Great. Although when you start to scroll you can see the social icons scroll a little further than the email and the tel number

    #677095

    Hi,

    this won’t be easily solvable unfortunately. Maybe you can try to build a second header widget instead and implement your social icons inside of it.

    Best regards,
    Andy

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