Forum replies created

    Daniel Jones
    Spectator
    Posts: 148
    August 17, 2016 at 7:07 am #29820

    Hi again,

    Daniel here, thanks for confirming.

    Unfortunately, we haven’t been able to find the cause of the issue nor replicate it in our testing environment. Please use this custom CSS for a quick fix:

    
    

    /*fix title placement on homepage*/
    .home h1.entry-title {
    padding-top: 30px;
    }

    /*fix sidebar placement on homepage*/
    .home div#secondary {
    padding-top: 40px !important;
    }

    Put the codes into Dashboard > Appearance > Theme Options > CUSTOM CSS.

    Please let us know how it goes!

    Daniel Jones
    Spectator
    Posts: 148
    August 17, 2016 at 6:40 am #29819

    Hi Sue,

    Thanks for reaching out to us!

    That method is fine, you can also use the built-in Choose Header Type setting under Dashboard > Appearance > Theme Options > Header. You can see many header style options there.

    Hope this helps!

    Daniel Jones
    Spectator
    Posts: 148
    August 16, 2016 at 5:57 pm #29796

    Hi Sam,

    Thanks for contacting us.

    Kindly could you share with me the link to the page so that I can figure out the right custom CSS for you.

    Looking forward to your reply.

    Daniel Jones
    Spectator
    Posts: 148
    August 16, 2016 at 5:55 pm #29795

    Hi Sam,

    Thanks for contacting us.

    Kindly could you share with me the link to the page so that I can figure out the right custom CSS for you.

    Looking forward to your reply.

    Daniel Jones
    Spectator
    Posts: 148
    August 14, 2016 at 9:34 am #29750

    Hi again,

    Thanks for keeping in touch, I hope you are doing great!

    You would paste and save the following CSS code in the Custom CSS section of our theme (Appearance > Theme Options)

    /*change tab title font color and size*/
    .t4p-tabs a.tab-link {
    color: red !important;
    font-size: 10pt !important; /*this is default value*/
    }

    /*content padding top gap*/
    .content {
    padding-top: 35px !important; /*this is the default value*/
    }

    You can use any popular color name for the value or use this online picker; http://www.w3schools.com/cssref/css_colors.asp.

    Hope this helps!

    Daniel Jones
    Spectator
    Posts: 148
    August 13, 2016 at 7:01 pm #29738

    Hi Sam,

    Thank you for reaching out.

    Hmm, custom CSS can come in handy styling this. Could you kindly share the link to this, so I can provide you with the appropriate CSS code?

    Let me know.

    Daniel Jones
    Spectator
    Posts: 148
    August 12, 2016 at 12:16 pm #29723

    Hi Yossi,

    Thank you for the links.

    We can use the following custom CSS to remove the sticky header on this pages. As Denzel had mentioned the page id is included to affect this pages only. Kindly paste the CSS code on your custom CSS section Theme Options> Custom CSS

    /*Remove sticky header on 2016 photos page*/
    .page.page-id-13610 #header.sticky-header.sticky {
    display: none !important;
    }
    /*Remove sticky header on photos page*/
    .page-id-46 #header.sticky-header.sticky {
    display: none !important;
    }

    Let me know if this helps.

    Daniel Jones
    Spectator
    Posts: 148
    August 11, 2016 at 2:00 pm #29709

    Hi Manfred,

    Thanks for reaching out to us again.

    I’ve tried to login with the credentials you shared but seem to be invalid. Kindly could you try them first then let me know so that I can be able to investigate the issue further from there.

    Looking forward to your reply.

    Daniel Jones
    Spectator
    Posts: 148
    August 10, 2016 at 1:20 pm #29687

    Hi Manfred,

    Thanks for reaching out to us again.

    Kindly could you share with me temporary login credential so that I can investigate the issue from there. You may delete or change the credentials after we’re done. Please ensure to mark the reply as Private.

    Looking forward to your reply.

    Daniel Jones
    Spectator
    Posts: 148
    August 10, 2016 at 11:30 am #29683

    Hi Manfred,

    Thanks for contacting us.

    Kindly could you share with me the URL to the site so that I can figure it out and help.

    Looking forward to your reply.