Forum replies created

    Imran
    Spectator
    Posts: 402
    July 27, 2015 at 2:41 pm #19210

    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.

    Imran
    Spectator
    Posts: 402
    July 27, 2015 at 2:18 pm #19209

    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.

    Imran
    Spectator
    Posts: 402
    July 27, 2015 at 1:57 pm #19206

    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.

    In reply to Bootstrap Slider
    Imran
    Spectator
    Posts: 402
    July 24, 2015 at 3:51 pm #19150

    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.

    Imran
    Spectator
    Posts: 402
    July 24, 2015 at 3:00 pm #19149

    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.

    Imran
    Spectator
    Posts: 402
    July 24, 2015 at 12:54 pm #19147

    You’re welcome! 🙂

    Imran
    Spectator
    Posts: 402
    July 24, 2015 at 12:53 pm #19146

    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.

    Imran
    Spectator
    Posts: 402
    July 23, 2015 at 3:21 pm #19128

    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.

    Imran
    Spectator
    Posts: 402
    July 23, 2015 at 3:13 pm #19127

    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.

    Imran
    Spectator
    Posts: 402
    July 23, 2015 at 2:43 pm #19126

    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.