Forum replies created
Hi Patrik,
Thanks for writing in,
You could try testing for a plugin conflict. You can do this by deactivating all third party plugins, and seeing if the problem remains. If it’s fixed, you’ll know a plugin caused the problem, and you can narrow down which one by reactivating them one at a time.
Thanks.
Hi Egll,
Thanks for writing in,
If you wish to disable that effect, so you can achieve that by adding the following code under Appearance > Theme Options > custom CSS:
.link-effect a span {
-webkit-transform: none !important;
-ms-transform: none !important;
transform: none !important;
}
Thanks.
Hi there,
Thanks for writing in,
Would you mind directing me towards your Bootstrap slider. Upon checking, I couldn’t find the slider and the grey area under the slides in your website. Please also provide some screenshots related to the issue. Meanwhile, if you wish to change the color of that grey area to match it with your slides, so you can do that by going to the Appearance > Theme Options > Styling > Color scheme of the slideshow and widgets area as per shown here: http://prntscr.com/7pufh6
Thanks.
Hi there,
Thanks for writing in, you can achieve that by adding the following code under Appearances > Theme Options > custom CSS:
.container.container-header.custom-header {
width: 100% !important;
}
@media (min-width: 1220px) {
#wrapper {
width: 100% !important;
}
}
Thanks.
You’re welcome! 🙂
Hi Carlos,
Thanks for writing in, you can use more then 1 slider on a single page but not the similar sliders. You can use some other slider for example carousel slider or others.
Thanks.
Hi Nicem,
Thanks for writing in,
If you wish to suppress the extra around the titles, so you can add following code under Appearance > Theme Options > Custom CSS:
.page .entry-content {
margin-top: 25px;
}
.page h1.entry-title {
margin: -10px 0px;
}
.page #content h3 {
margin-top: 0px !important;
}
Thanks.
Hi Beata,
Thanks for writing in,
#1: If you wish to fix your logo on all screen layouts, so you can try following code under Appearance > Theme Options > Custom CSS:
@media only screen and (min-width: 1024px) {
.container, #wrapper {
padding: 0;
}
#logo-image {
margin: 0;
}
}
@media only screen and (max-width: 1024px) {
#logo-image {
margin: 0px !important;
}
.container.container-header {
margin: 0 !important;
width: 100% !important;
padding: 0 !important;
}
}
@media (min-width: 768px) {
.container {
width: 100% !important;
padding: 0 !important;
}
#logo-image {
margin: 0px !important;
}
}
@media only screen and (max-width: 768px) {
#logo-image {
margin: 0px !important;
}
.title-container {
height: 0;
}
.container.container-header {
margin: 0 !important;
padding: 0 !important;
}
}
#2: You can control blog width size under Appearance > Theme Options > General and select layout width.
#3: You probable have added some widget under the slider so you can disable the widget from the place you have added that or you can disable it by adding this code under Appearance > Theme Options > Custom CSS:
#wrapper .container {
height: 0;
}
Some spaces on the sides of slides http://prntscr.com/7obh3o are showing because your slides images are not matching your slider size.
Thanks.
You’re welcome! 🙂