Forum replies created
Hi Kuhlma,
Thanks for writing in,
Upon proceeding, on your steps to approach towards the issue, it seems that we can’t proceed ahead from the step 4. There it requires extra information in order to proceed further (see: http://prntscr.com/7xjew1).
Thanks.
Hi Daniel,
Thanks for writing in, if you wish to achieve your menu in one row, so you can add the following code under Appearance > Theme Options > custom CSS:
#nav.nav-holder .navigation > li > a {
padding: 0 5px;
}
Hope this helps!
Thanks.
Hi Georgios,
Thanks for writing in,
In regard to “Menu hover effect”, you don’t need to reinstall any files, you can activate them by adding the following code under Appearance > Theme Options > custom CSS:
@media only screen and (min-width: 768px) {
.link-effect a:hover span, .link-effect a:focus span {
-webkit-transform: translateY(-100%) !important;
-moz-transform: translateY(-100%) !important;
transform: translateY(-100%) !important;
}
}
Secondly, If you wish to control the positions of your blog title and tagline, so you can use the following code under your custom CSS:
#logo, #logo a {
margin-left: 30px;
}
#tagline {
margin-left: 25em;
margin-top: 26px;
}
Hope this helps!
Thanks.
Hi Brian,
Upon checking, it seems that the titles of the bootstrap slider are already running as links on small devices. As for the menu-container, so it seems not to be overlapping the container-header and is placed right under it. Also not affecting any other part.
In regard of header image, if you want to achieve something like this: http://prntscr.com/7wgg4h so you can try adding the following code under your custom CSS:
@media only screen and (min-width: 768px) {
.header {
min-height: 165px !important;
}
#logo-image {
height: 125px;
}
}
Thanks.
Hi Christian,
Upon checking, it seems to be working fine at my end. All of the featured images are running on an android cell v4.4.2. Here are a couple of screenshots taken from the device:
http://prntscr.com/7wg1qt
http://prntscr.com/7wg1wu
No cut off is been noticed on any of the images. It required a little time to get loaded the images fully on the device.
Thanks.
You’re welcome! 🙂
Hi Christian,
Unfortunately, the screenshot still isn’t opening. I’d refer you to take the screenshots from the mobile and upload them to http://prntscr.com/. You can provide the URL of the screenshot here in your post.
Thanks.
Hi Christian,
Your screenshot is not working at my end. Please provide us with the correct screenshot so we can have a better understanding of the issue.
Thanks.
Hi Georgios,
Thanks for writing in,
Regretfully, translating the Parallax Slider is not possible due the reason that its content is not stored into translatable theme string. Same thing applies on the Bootstrap Slider.
Thanks.
Hi Denver,
You can achieve that by using the following code given below. Though, it is recommended to open a new post when getting resolved on one issue. Please follow the code in your custom CSS:
.header-social .menu {
margin-left: 29.3em;
}
Thanks.