Viewing 23 posts - 1 through 23 (of 23 total)
  • Author
    Posts
  • #1192577

    Good afternoon. Help with the question? How to display phone numbers in a topic https://kriesi.at/themes/enfold-construction / where are the social network icons in the header?

    #1192601

    Hey Ramogroup,

    Please go to Enfold theme options > Header > Extra Elements and choose to display them

    Best regards,
    Jordan Shannon

    #1192614

    Thanks for the answer! But I need to display phone numbers in the main header, not in the top panel. Can be, as the code there prescribe?

    #1192624

    Hey,

    In that case, please refer to this post – https://kriesi.at/documentation/enfold/header/#adding-a-header-widget-area and display your content using a header widget area :)

    Regards,
    Yigit

    #1192770

    thankyou

    #1192783

    Hi Ramogroup,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #1192891

    Good afternoon! Please help me , I put the widget in the header! I have a diagram logo on the left and a menu at the bottom! How do I display this widget in the right corner of the site parallel to the logo so that it is located, and not at the top as it is now? Is there any simplest code for this?

    #1192949

    Hi,

    Can you provide a link to the site/page in question so we can look into this further?

    Best regards,
    Jordan Shannon

    #1192959

    Yes of course here https://stayer-group.ru

    #1192975

    Hi,

    Add this to quick css:

    #text-8{
        position: absolute!important;
        right: 100px!important;
        bottom: 20px!important;
    }

    Best regards,
    Jordan Shannon

    #1192984

    Thank you very much! A how do I make sure that the mobile version is displayed correctly, for example, under the logo and menu?

    #1192987

    Hi,

    Try the following in quick css also:

    @media only screen and (max-width: 767px)  {
    #main{
    margin-top:100px!important;
    }
    
    .html_stretched #wrap_all{
    background-color:#fff!important;
    }
    
    #text-8 {
        position: absolute!important;
        right: 90px!important;
        top: 50px!important;
        font-size: 25px!important;
        line-height: 30px!important;
    }}

    Best regards,
    Jordan Shannon

    #1192993

    thanks a lot

    #1193007

    Hi Ramogroup,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #1197634

    Good afternoon! Please tell me how or where in this topic https://kriesi.at/themes/enfold-construction change the color of the bar where the menu and search is located,and also make the buttons a different color and not so rounded. Thanks!

    #1197702

    Hi,

    Can you provide a link to your site/page in question? Also see the following:

    Best regards,
    Jordan Shannon

    #1197965

    Yes of course here is this site: https://stayer-group.ru/
    I can not understand the color of the strip to change where the menu

    #1198209

    Hi,

    Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:

    #top #header_main_alternate {
        background-color: green;
    }
    
    #top #header .av-main-nav > li > a, #top #wrap_all #header #menu-item-search>a {
        background-color: green;
        border-color: green;
    }

    Best regards,
    Rikard

    #1198320

    Thank you very much! Tell me another such moment. We bought a domain license stayer-group.ru we have a small problem with this domain, can we transfer this license to another domain if we need it?

    #1198340

    Hi,

    Each domain requires a new license. However if you are not going to be using your current license on any site, then you can use the same license for the other site :)

    Best regards,
    Yigit

    #1199354

    Good afternoon! Please tell me the slider on the home page on the mobile version compresses so that you can not see the text and buttons? How can I fix this? The website https://stayer-group.ru/

    #1199382

    I solved this question and found how to do it. Excuse me

    #1199414

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 23 posts - 1 through 23 (of 23 total)
  • The topic ‘Contact information in the header’ is closed to new replies.