Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #619631

    CANT ENLARGE PRINT IN MOBILE AND TABLET
    Please healp

    #619636

    Hi Slawomir!

    Not sure what you are referring to as print. But if it is the font size you like to increase in mobile and tablets please use the below css in Quick CSS under Enfold > General Styling

    
    @media only screen and (max-width: 767px) {
        body {
        font-size: 18px!important;
    }}

    Best regards,
    Vinay

    #619739

    cheers mate but it dosent work.
    still cant enlarge or zoom the text

    #619864

    Hi!

    You can try enabling zooming on mobile by referring to Ismael’s post here – https://kriesi.at/support/topic/urgent-responsives-webdesign/#post-459171

    Regards,
    Yigit

    #622592

    Many thanks mate, it works now.
    But I have also a question concerning my website on tablet as it doesn’t look good, especially because the logo (left upper corner) is behind menu. Could you help me with this please?

    #622597
    #623410

    Thanks very much Yigit.

    1. The problem now is that when I try to zoom text using tablet also the logo is zoomed which looks very bad.

    2. Also logo itself is not sharp although I use very detailed large enough picture? Logo is also a bit too big and I would like to reduce its size by about 30% in PC, mobile and tablet please?

    3. What should I do to have highliighted opened manu button? I want it to look like this:

    http://www.drfuhrman.com/disease/default.aspx

    4. I would like also to get rid or narrow the green srap below main menu with “you are here…” and the name of menu:

    In my opinion it’s just a wsting of space. If I could have highlighted menu I don’t need the this note. How can I remove it?

    5. Whenever I update enfold why the modifications in editor disappear? I have to do it again and again which is iritating. Is there any solution to this?

    Regards

    • This reply was modified 8 years, 6 months ago by samgrom.
    #623461

    Hey!

    1.
    To re-size fonts only and not images please use a plugin like
    https://wordpress.org/plugins/wp-font-resizer/screenshots/
    https://wordpress.org/plugins/zoom-widget/
    https://wordpress.org/plugins/font-resizer/

    2.
    To re-size logo please use the below CSS

    .responsive .logo img {
        margin: 0;
        max-width: 160px;
    }

    3.
    To make the mu look like the example link

    Change menu position in Enfold > Header > Header Layout > Menu and Logo Position > Logo Left, Menu Below

    Then add the following CSS in Quick CSS

    #top #wrap_all .header_color .av-menu-button-colored > a:hover .avia-menu-text {
        background-color:#000;
    }     
    #top #wrap_all .header_color .current_page_item > a:hover .avia-menu-text {
        background-color:#000;
    }

    4.
    In page layout options please remove breadcrumbs.

    5.
    The reason you lose custom modification is because the theme files get over written and the solution for this is to use a child theme and add your modifications. please check http://kriesi.at/documentation/enfold/using-a-child-theme/

    Request you to kindly open new tickets for new issues if they are not related so we can keep the focus on main topic and avoid confusion.

    Regards,
    Vinay

    #624581

    Thank you,

    1. Is there any simpler way instead of using another plugin? I dont want too many of them?

    2. Ive managed to reduce the size of logo but I also asked how to improve the quality of logo as it is looks a bit blurry?

    3. Tried your solution but it didnt change anything? May be your explanation wasnt clear enough for me as im a beginner…

    4. breadcrumbs are still visable in mobile and tablet?

    #625543

    Thank you,

    1. Is there any simpler way instead of using another plugin? I dont want too many of them?

    2. Ive managed to reduce the size of logo but I also asked how to improve the quality of logo as it is looks a bit blurry?

    3. Tried your solution but it didnt change anything? May be your explanation wasnt clear enough for me as im a beginner…

    4. breadcrumbs are still visable in mobile and tablet?

    #625829

    Hi,

    please open different tickets for different questions, as this thread gets confusing for us moderators and other people trying to search for help here.

    1.) About which text are you talking about? can you provide us a precise link to your site showing the elements in question please? we need to be able to inspect the elements.

    2.) does it look blurry when using a default WP theme as well?

    Best regards,
    Andy

    #625928

    What kind of answer is this?
    Enfold was supposed to be easy and quick but there are so many unsolved problems that it shouldnt be regarded as easy.
    And i can see now that customer service is very slow and just waisting of time.
    I will have to write some v negative reviews to discourage people from buying enfold as is not easy but full of unsolved issues and customer service is horrible.

    #627073

    Hi,

    you are right.

    Could you let us know the answers to the questions above? so we can assist you further and find solutions for the issues you have.

    Best regards,
    Andy

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