Forum replies created

    Denzel Chia
    Moderator
    Posts: 2656
    04.07.2015 at 04:13 #18637

    Hi,

    Please try the following in your Theme Options -> Custom CSS. These codes are for your logo in your header for http://unrevepourunevie.com/

    #logo-image {
    margin: 0 !important;
    padding: 0;
    width: 100% !important;
    }
    .header {
    padding: 0 !important;
    }

    Result. http://prntscr.com/7olwfr

    Thanks!
    Denzel

    Denzel Chia
    Moderator
    Posts: 2656
    04.07.2015 at 03:56 #18636

    Hi,

    In your Theme Options-> Custom CSS Please use the following codes.

    .content-box-percentage.content-box-counter {
    font-size: 25px;
    }

    You can change the 25px to other size that you need.

    Thanks!
    Denzel

    Denzel Chia
    Moderator
    Posts: 2656
    04.07.2015 at 03:41 #18635

    Hi,

    Sorry, I do not understand your reply.
    If you want it to affect all the views, you can use the following. Without the media query.

    .entry-content.article {
    position: relative;
    top: -30px;
    }

    Thanks!
    Denzel

    Denzel Chia
    Moderator
    Posts: 2656
    04.07.2015 at 03:37 #18633

    Hi,

    It’s in header.php line 232 and line 235, look for WordPress core function wp_nav_menu
    And in sticky-header.php line 15, look for wp_nav_menu.

    That’s all we can provide for this issue. We do not provide custom coding.

    Thanks!
    Denzel

    Denzel Chia
    Moderator
    Posts: 2656
    03.07.2015 at 05:10 #18621

    Hi,

    Hope I interpret your question correctly.
    Please try the following Theme Options -> Custom CSS This code affects mobile device of width not more than 768px.

    @media(max-width:768px) {
    .entry-content.article {
    position: relative;
    top: -30px;
    }
    }

    Change the -30px to something larger, such as -40px, if you want the image frame nearer to the bottom of slider.

    Screenshot. http://prntscr.com/7o86u8

    Thanks!
    Denzel

    Denzel Chia
    Moderator
    Posts: 2656
    03.07.2015 at 04:58 #18620

    Hi,

    At the moment Evolve Plus theme has not been tested with Visual Composer plugin.
    We are planning to use that as our composer, but we do not know when will be the release date.

    Thanks!
    Denzel

    Denzel Chia
    Moderator
    Posts: 2656
    02.07.2015 at 15:33 #18614

    Hi Patrik,

    You are welcome.

    Thanks!
    Denzel

    In reply to evolve
    Denzel Chia
    Moderator
    Posts: 2656
    02.07.2015 at 03:10 #18605

    Hi,

    In Appearance -> Theme Options -> General -> Select a layout
    Or in individual page, you can find the Post options -> Sidebar Position

    These settings can let you set the number of sidebars.

    In Appearance -> Theme Options -> Styling -> Color scheme of the slideshow and widgets area
    You can change the color of the gray stripe, which is actually part of that area’s background.

    Thanks!
    Denzel

    Denzel Chia
    Moderator
    Posts: 2656
    02.07.2015 at 03:01 #18604

    Hi,

    Please use this plugin https://wordpress.org/plugins/loco-translate/

    After installation go to WordPress Admin -> Loco Translate -> Manage Translations.
    Click on your language, I believe it’s sv_SE.po, you will be redirect to it’s translation page.
    Click on sync button, you will see that missing strings are updated.
    Then Click on save and it will generate the updated sv_SE.po and sv_SE.mo files.

    Use the “Filter Translations” search input, to search for the string that you want to translate.
    Do your translations.
    Remember to click save button after each translation!

    Screenshot. http://prntscr.com/7nsk61

    Hope this helps!

    Thanks!
    Denzel

    Denzel Chia
    Moderator
    Posts: 2656
    30.06.2015 at 02:30 #18580

    Hi,

    Please use the following in Theme Options-> Custom CSS

    .header-v4 #header {
    padding: 15px 0px 0px 0px;
    }

    Screenshot. http://prntscr.com/7myi3v

    Thanks!
    Denzel