This topic has 17 replies, 2 voices, and was last updated 8 years by Laura.

  • Author
  • #85620
     Activ8Press
    Participant

    Hi, Really nice theme by the way! You have included many options for customization which is great!

    That said, I’ve been having 4 issues. I was wondering if you could assist?

    1) The drop-down menu works in mobile however a user needs to click on the + sign. It does not drop-down if a user clicks on the link. Is this a bug or something you plan to improve usability.

    2) Custom Headings run off the page in mobile. Shouldn’t it auto decrease in size to ensure it fits? Perhaps there’s some custom CSS that can be shared to make this happen.

    3) I have buttons that are side by side on desktop and tablet but stack in mobile view. They do not stack evenly in mobile. The second button is more indented then the first button. Also I would like them to auto center in mobile. Perhaps there’s some custom CSS that can be shared to make this happen.

    4) My fancy bullets are not appearing properly. For some reason they are not aligned with the icons. I can fix it in the “classic mode”, save it and it works but as soon as I make a new change in the “Builder mode” it reverts back. Is this a bug?  

    #85678
     Activ8Press
    Participant

    I fixed the fancy bullets problem by updating the k-elements plugin. That just leaves the other three mobile issues.

    #85798
     Laura
    Moderator

    Hello, can you share admin credentials so i can check it out? 🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #85810
     Activ8Press
    Participant
    This reply has been set as private.
    #85878
     Activ8Press
    Participant

    I was just wondering if you got my credentials to review the issues?

    #86117
     Laura
    Moderator

    Hello, for 1. Please try by adding this to style.css of child theme

    COPY CODE
    
    @media (max-width: 991px) {
    #header .navbar-nav li .caret:after {
        font-family: "fontello";
        content: "\e982";
        font-size: 18px;
        display: inline-block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        right: 0;
        top: 0;
        padding-left: 250px;
        left: 0 !important;
    }
    #header .navbar-nav li.dropdown.open>a .caret:after, #header .navbar-nav li.dropdown-submenu.open>a .caret:after {
        content: "\e983";
        padding-left: 200px;
        margin-left: 19%;
    }
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #86190
     Activ8Press
    Participant

    That worked for number 1, Thank you!

    Number 2 and 3 are real issues for me as well. Are you looking into this?

    Thanks.

    #86319
     Laura
    Moderator

    Hello, can you share some screenshots and screen size? 🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #86515
     Activ8Press
    Participant

    Hi Laura,

    I’ve attached two images of my mobile view. As you can see the custom headings are running off the page. I need to make that text decrease in size on mobile so it fits and not as big.

    Also, the buttons are not aligned in mobile and I want them centred.

    Thanks for looking into this for me 🙂

    Attachments:
    You must be logged in to view attached files.
    #86729
     Laura
    Moderator

    Hello, please try adding the following to style.css of child theme then change the font size for mobile as you prefer 🙂

    COPY CODE
    
    @media (max-width: 991px) {
    h1.vc_custom_heading {
        font-size: 34px !important;
    }
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #86740
     Activ8Press
    Participant

    That’s prefect, that worked, thanks.

    Now just then buttons, thanks.

    #86849
     Activ8Press
    Participant

    Here’s a screen grab of the buttons on mobile. Notice how they are not aligned and I also would like to center them for: @media (max-width: 667px)

    This is what I came up with but it does not work?

    @media (max-width: 667px) {
    .btn kleo-scroll-to btn-highlight btn-lg {
    position:absolute;
    margin-left:50%;
    margin-right:50%;
    }
    }

    Attachments:
    You must be logged in to view attached files.
    #87025
     Laura
    Moderator

    Hello, try by adding a class to the element then apply that css to the element

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #87046
     Activ8Press
    Participant

    I’m not sure I understand what you mean? Could you send CSS?

    #87287
     Activ8Press
    Participant

    Hi Laura, I haven’t heard from you in a couple days. Were you able to figure this out for me?

    #87290
     Laura
    Moderator

    Hello, sorry for the delay, i can try to add the class to the element and apply the css but it will be only in the homepage. Let me know if you want to change it just for heading in homepage or all page headings 🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #87296
     Activ8Press
    Participant

    It’s ok I figured it out thank you for all your help.

    #87297
     Laura
    Moderator

    Hello, glad you could resolve it !

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

Viewing 18 posts - 1 through 18 (of 18 total)

The forum ‘Bugs & Issues’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?