Forum replies created
Hi,
Please use the following code in Theme Options -> Custom CSS
#logo-image {
margin: 0 !important;
padding: 0 !important;
width: 100% !important;
}
.container.container-header {
padding: 0 !important;
}
.header {
padding: 0 !important;
}
screenshot http://prntscr.com/8lovpn
Thanks!
Denzel
Hi,
You can add contents to sliding bar, by going to WordPress admin-> Appearance -> Widgets. Drag a widget to SlidingBar Widget 1 , SlidingBar Widget 2, SlidingBar Widget 3 or SlidingBar Widget 4
Thanks!
Hi,
Sorry, I tried for half an hour and is unable to make it work according to your requirements.
Please contact us for this customization via our services page. https://theme4press.com/theme-customization-service/
Thanks!
Hi,
Please use the following in your Theme Options -> Custom CSS
Clear mobile browser cache before re-visiting site.
@media screen and (max-width: 768px) {
.carousel-caption p {
display: block !important;
margin: 0 auto !important;
width: 200px !important;
word-wrap: break-word !important;
}
#bootstrap-slider, .carousel-inner .item img {
height: 150px !important;
}
}
By default, the theme design hides the description on mobile, because it’s difficult to make it look good.
Thanks!
Hi,
Sorry, I have no idea why.
Please post your website url. I have to see if there is any javascript error.
If not, I will need your WordPress admin access to check your slider setup.
Thanks!
Hi,
Sorry, I cannot provide this customization with simple CSS.
Please contact us via our services page https://theme4press.com/theme-customization-service/ for this customization.
Thanks!
Denzel
Hi,
Please use the following codes in Theme Options -> Custom CSS
.pageid-184 img {
float: left !important;
}
You can only make all images in that page to “float” in one horizontal line, there is no way to pick which image to float.
Thanks!
Hi,
Please use the following codes in Theme Options -> Custom CSS
#header {
background: #00747f none repeat scroll 0 0 !important;
}
That option you refer to is for header 4 and 5, you are using header 2.
Thanks!
Hi,
Please provide WordPress admin access for your site in private reply.
I will need to troubleshoot from your Custom CSS option.
Thanks!
Hi,
That fatal error points to functions.php file within WordPress core wp-includes folder.
It does not point to any plugin or theme file. Therefore, it’s difficult to know which file is causing error.
You need to do the following.
If you are very sure that you did not edit any theme file. You can access your web server using ftp and start deleting plugins from your server, one at a time, until find the plugin that’s causing the fatal error.
If you have modified the theme and you know which file. You can replace that file with a fresh copy.
Thanks!