Forum replies created

    Denzel Chia
    Moderator
    Posts: 2656
    September 8, 2016 at 10:34 am #30195

    Hi,

    Please let me know what you mean by didn’t work.
    The code didn’t make any changes in mobile or it does not change to your requirement.

    I used firebug to produce the codes before providing them to you.
    It works on firebug and it should work on your website, if it does not produce any changes.
    Please check for syntax errors of other custom css codes you had.

    If you have a cache plugin, Please clear your cache content after applying the codes, you will also need to clear your mobile browser history.

    Thank you.

    Denzel Chia
    Moderator
    Posts: 2656
    September 8, 2016 at 1:46 am #30192

    Hi,

    The only way is to use content boxes shortcode with icon on top and I can help you do some styling adjustments.

    Or you may want to contact our developers to add another row of front page content boxes for you.
    https://theme4press.com/theme-customization-service/

    Thank you

    Denzel Chia
    Moderator
    Posts: 2656
    September 7, 2016 at 10:51 am #30189

    You have a very long banner as background image in your header.
    If you were to squeeze it 100% in mobile it will look tiny and thin.

    You can try the following in Theme Options -> Custom CSS

    @media screen and (max-width:768px){
    .custom-header {
    background-size: 100% auto !important;
    }
    #logo-image {
    display: none !important;
    }
    }

    Thank you

    Denzel Chia
    Moderator
    Posts: 2656
    September 7, 2016 at 9:27 am #30187

    Hi,

    That bit of white is the content area, you can disable it by using the following css.
    Please use the following in Theme Options -> Custom CSS

    .home .content {
    display: none !important;
    }

    Thank you.

    Denzel Chia
    Moderator
    Posts: 2656
    September 7, 2016 at 8:44 am #30186

    Hi,

    I think there is some changes to the styling.
    Please use the following in Theme Options -> Custom CSS ( For http://en.web-aid.nl/ )

    .widget-content {
    background: #f6f6f6 none repeat scroll 0 0;
    border: 1px solid #e0dddd !important;
    box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.9) inset !important;
    }

    Thank you

    Denzel Chia
    Moderator
    Posts: 2656
    September 6, 2016 at 2:51 am #30180

    You are welcome.
    Thank you

    Denzel Chia
    Moderator
    Posts: 2656
    September 6, 2016 at 2:49 am #30179

    Hi,

    Your URL leads to 404 not found.
    http://www.en.web-aid.nl/

    Please my screen-shot
    http://image.prntscr.com/image/32898f0412c3475297c029aa0e76eb30.png

    Please provide a working URL, so that we can take a look at your issue.

    Thank you

    Denzel Chia
    Moderator
    Posts: 2656
    September 6, 2016 at 2:38 am #30178

    Hi,

    You should combine your logo with your banner, then we can try to use css to make your banner, which is your custom header background image responsive.

    Thank you

    Denzel Chia
    Moderator
    Posts: 2656
    September 6, 2016 at 2:32 am #30177

    Hi,

    I suggest you to disable the default front page content boxes and use only content boxes shortcodes in your static homepage. This will ensure they looked the same.

    Thank you

    Denzel Chia
    Moderator
    Posts: 2656
    September 5, 2016 at 10:45 am #30172

    Hi,

    Using front page content boxes as an example.
    We can create a button that links to google.

    The following is the example code found in the input.

    Learn more

    You will need to replace the # with an URL
    Which will become the following

    Learn more

    Same theory applies to buttons in bootstrap slider and parallax slider, replace the # with your URL.

    Thank you