Builder

Home Forums Jevelin Theme Builder

Home Forums Jevelin Theme Builder

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
  • prettymek137
    Participant

    These 4 boxes should be side by side on a row, why is one of them in the second row?
    And I want to remove the “99” how can I do that?

     

     

    Attachments:
    You must be logged in to view attached files.

    Hi @prettymek137,

     

    I hope you are well today and thank you for your questions.

     

    I logged in to your site to troubleshoot it but they don’t see on your site.

     

    Could you please share me the page URL from your site where it is displaying so that i can help you to achieve it?

     

    Best regards,
    Shufflehound team

    You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .sh-testimonials-table-icon i.ti-quote-right {
        display: none;
    }
    
    .sh-section-container .fw-row > .sh-column:last-child {
        margin-right: 0;
    }
    
    .sh-section-container .fw-row > .sh-column.fw-col-xs-12.fw-col-sm-3 {
     width: 24%;
    }

    prettymek137
    Participant

    The Website is not responsive at all. For example on Smartphones it looks horrible.. How can I fix that?

    To resolve the issue please change above shared CSS code as following.

     

    .sh-testimonials-table-icon i.ti-quote-right {
        display: none;
    }
    
    .sh-section-container .fw-row > .sh-column:last-child {
        margin-right: 0;
    }
    
    @media (min-width: 800px){
        .sh-section-container .fw-row > .sh-column.fw-col-xs-12.fw-col-sm-3 {
     width: 24%;
    }
    }

    prettymek137
    Participant
    1. How can I change the Word “Projects” ?

    2) on the Second image I want the categories to be invisible (“unsere hallen is the category)

    And how can I change the color of the icon on the 3rd image?

    Attachments:
    You must be logged in to view attached files.

    @prettymek137 To help us keep support thread separates could you please create new thread for each of your other questions instead of asking them in your single thread as it makes the thread messy and hard to read.

     

    If you want to you can also add reference of this thread in your newly created thread.

     

    We would be more than happy to help you on your new thread.

    prettymek137
    Participant

    Ok, but the last problem with responsive isnt solved, please help me that the website to be responsive

    prettymek137
    Participant

    you see on the screenshots

    Attachments:
    You must be logged in to view attached files.

    Ok, but the last problem with responsive isnt solved, please help me that the website to be responsive

    I logged in to your site and saw you were using both the custom CSS code I have shared above as shown in the attached screenshot therefore it was not working as I have requested you to use only latest shared CSS code.

    I have changed it on your site now so could you please confirm?

    Attachments:
    You must be logged in to view attached files.

    prettymek137
    Participant

    It’s responsive now but all elements on the page are on the left. I want them to be centered, could you do that please? Thank you! And check it on a mobile device for yourself for better undersanding

    This is happening because of the CSS generated by Yellow Pencil plugin as shown in the attached screenshot which seems generated because you have made changes in the page using it so please remove it.

    Attachments:
    You must be logged in to view attached files.
Viewing 13 posts - 1 through 13 (of 13 total)