Forum replies created

    Denzel Chia
    Moderator
    Posts: 2656
    25.08.2016 at 02:19 #29988

    Hi,

    Please post URL of your Portfolio One Column Text page.
    We need to see the source code.

    Thank you.

    Denzel Chia
    Moderator
    Posts: 2656
    25.08.2016 at 02:02 #29986

    Hi

    Yes, you are correct, the width is not enough to fix both elements side by side, therefore the sidebar is pushed down. You can make the sidebar full-width, so that it looks similar to mobile layout.

    You can use the following in Theme Options -> Custom CSS
    This will make your sidebar full width when you reach below 992px.
    You can make adjustments accordingly.

    @media screen and (max-width:992px){
    #secondary{
    width:100% !important;
    }
    }

    Please note this code is for your current setup, if you change your sidebar and content width adjustments, you will need to remove this code and re-customize again.

    Thank you

    Denzel Chia
    Moderator
    Posts: 2656
    25.08.2016 at 01:52 #29985

    Hi,

    The HTML structure for search, category, archive are slightly different ( I don’t know why 🙂 )

    Note: Please keep the previous code and add the following in Theme Options -> Custom CSS

    .category .entry-content p, .search .entry-content p, .archive .entry-content p {
    height: 170px !important;
    }

    Thank you.

    Denzel Chia
    Moderator
    Posts: 2656
    25.08.2016 at 01:37 #29984

    You are welcome!
    Thank you

    Denzel Chia
    Moderator
    Posts: 2656
    25.08.2016 at 01:33 #29983

    Hi,

    My employer replied that he will ask his developer to look into this issue.

    Thank you

    Denzel Chia
    Moderator
    Posts: 2656
    24.08.2016 at 06:14 #29961

    Hi,

    There are content boxes under the slider – not sure why you can’t see them. There are three of them and include the photo column, the “We promise…” column and the, “Follow us” column.

    Yes, you are right, they are there. But modified “beyond recognition”.. Don’t get me wrong, it’s very nicely designed, just that I cannot recognize it.

    Please use the following to move down your slider.

    .home .menu-back {
    position: relative;
    top: 86px !important;
    }

    The following to move up your content.

    .home .entry-content {
    position: relative;
    top: -120px !important;
    }

    Thank you

    Denzel Chia
    Moderator
    Posts: 2656
    24.08.2016 at 06:02 #29960

    Hi,

    Please remove the previous provided Custom CSS and replace with the following.

    .home .entry-title a, .category .entry-title a, .archive .entry-title a, .search .entry-title a {
    font-size: 22px !important;
    }

    Thank you

    Denzel Chia
    Moderator
    Posts: 2656
    24.08.2016 at 02:09 #29956

    Hi,

    Please use the following in your Theme Options -> Custom CSS

    .home .entry-title a {
    font-size: 22px !important;
    }

    Thank you.

    Denzel Chia
    Moderator
    Posts: 2656
    24.08.2016 at 02:05 #29954

    Hi,

    No problem, I will set it’s status to close.

    Thank you.

    Denzel Chia
    Moderator
    Posts: 2656
    24.08.2016 at 02:03 #29953

    Hi,

    I don’t see any content boxes on your front page now.
    if you are using a static homepage, you can disable it and use content boxes shortcode.

    This is such strange behavior because now if you change the background of the slider, the color changes from the top of the nav bar to only part way down the slider. So the color selection of the slider is not moved down by this CSS.

    Add .da-slider to the css code. For example.

    .sliderblock, .da-slider {
    background: #000 none repeat scroll 0 0 !important;
    }

    Thank you