Forum replies created
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.
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
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
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.
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
You are welcome.
Thank you
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
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
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
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.
You will need to replace the # with an URL
Which will become the following
Same theory applies to buttons in bootstrap slider and parallax slider, replace the # with your URL.
Thank you