Viewing 17 posts - 1 through 17 (of 17 total)
  • Author
    Posts
  • #917317

    Hello,
    i am quite new to enfold and have some questions.

    1. how to make my telephone number bigger and be placed before social media icons
    2. how to make social icons bigger?
    2. whenever i choose telephone number to show in ENFOLD/header/extra elements my WPML flags are jumping from menu bar up above my logo, but i want my flags to stay in menu bar as before.

    please help!
    thank you
    Maciej

    #917513

    Hey PestkaStudio,

    .phone-info {
    font-size: 24px;
    }
    html body [data-av_iconfont="entypo-fontello"]::before {
    font-size: 25px !important;
    }

    Regarding the 3, can you please show us / enable it on your web site please?

    Best regards,
    Basilis

    #917676

    thank you for your answer.

    have look at my website now after your qucik cms and activating telephone number.
    Flags are bove logo an di want to keep them inside menu bar as before and telehone is still above social icons and i want them bferore icons.

    thank you

    PestkaStudio

    #917744

    Hi PestkaStudio,

    Can you show the phone number so that we can see the issue, please?

    Best regards,
    Victoria

    #922066

    Please have a look now.

    What i need is:
    1. telephone details before social icons
    2. color changed
    3. flags remain in menu bar on the right close to “serach” icon

    thank you
    PestkaStudio

    #922077

    Widget area issue.

    When i use your code

    #footer #media_image-3.widget,
    #footer #media_image-2.widget {
    margin: 5px 0 5px 0px;
    }

    the widget with logos goes a bit up so then i change to margin: 5px 20 5px 0px; and it goes down but then i cannot move it left even though i change to margin: 5px 20 5px 50px;. It will only move left when i change back to margin: 5px 0 5px 50px.

    Generally i want my bottom widget equally placed and at the same level.

    thank you for your support.
    Pestka Studio

    #922130

    Hi PestkaStudio,

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?

    Best regards,
    Victoria

    #922752

    Hi,
    below details.

    Footer
    I gave you the access please see if you can place all three footer at equal distance from each other taking into account the margin of enfold.

    how to enclose footage so it is easier to explain.

    Maciej

    #922892

    Hi Maciej,

    They are in the equal width containers at 354px. It’s just that content is of different width give the illusion that they are not aligned. See the screenshots below.

    Best regards,
    Victoria

    #922954

    ok Victoria and what about the rest of issues?

    #923032

    Hi PestkaStudio,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    
    @media only screen and (min-width: 1024px) and (max-width: 1200px){
      .phone-info {
        top: 76px;
        margin-right: 85px;
        width: 60%;
      }
    }
    
    @media only screen and (min-width: 1201px) {
      .phone-info {
        top: 76px;
        margin-right: 85px;
      }
    }
    
    @media only screen and (min-width: 768px) and (max-width: 1023px){
      .phone-info {
        top: 76px;
        margin-right: 85px;
        width: 40%;
        font-size: 18px;
      }
    }
    @media only screen and (max-width: 767px) {
      .phone-info {
        display: none;
      }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #923125

    thank you Victoria it worked partly because everytime i choose “Header Phone Number/Extra Info” my flags are moving automaticaly above main logo and i want it to stay inside menu bar.
    MAciej

    #923605

    Hi PestkaStudio,

    I would say you either leave it in the original way it is with Enfold or hire a freelancer to make a custom header layout for you.
    Adjusting like this will need more control for all the different screen sizes.

    Best regards,
    Victoria

    #923714

    ok and if i want to place my telephone number lower inside menu bar on the right before serach icon, what should i do?

    #923785

    Hi PestkaStudio,

    You can add a custom menu item and put the phone in there.

    Best regards,
    Victoria

    #924307

    can you please explain me step by step how to do it.
    thanks
    MACIEJ

    #924762

    Hi,

    1. Go to your Dashboard
    2. Go to Appearance -> Menus
    3. Then to Custom Menu Item and from there add it last to your menu.
    4. Add the Phone there!

    Let us know if anything else

    Best regards,
    Basilis

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