General Support Questions

Home Forums All Other Themes General Support Questions

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #81987
    Deb TaylorDeb Taylor
    Participant
    • Topics: 8
    • Replies: 16
    • Total: 24
    Member since: August 23, 2017

    Please see http://www.juliajonesgentlemansgrooming.com. I would like a few things then I’ll be done with backend changes-just customer edits are left.

    I would like to have the photo that is now currently in the slide position on the very top where the big black space is with the logo in it. If that is not possible, then how can I change the color from pure black?

    How can I set up the appointment link and make that live for appointments?

    And finally I would like the footer to be 2 column-at this time it is 3.
    Thanks.

    #82019
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30588
    • Total: 30588
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:

    Add this code there:

    .header .header-inner .logo img { height:150px !important;}
    .widget-column-2 { display:none;}
    .widget-column-1 { width:50%; padding-right:40px;}

    Kindly refer this link to add appointment link.
    http://sktthemesdemo.net/documentation/skt-cutnstyle-doc/#header

    Regards,
    Dave

    #84421
    Deb TaylorDeb Taylor
    Participant
    • Topics: 8
    • Replies: 16
    • Total: 24
    Member since: August 23, 2017

    Thank you!!

    #84426
    Deb TaylorDeb Taylor
    Participant
    • Topics: 8
    • Replies: 16
    • Total: 24
    Member since: August 23, 2017

    Hello and thanks for the solution to remove one of the columns in the footer of the webpage. But now I need a solution for that solution.

    When opened on a mobile device the code here:
    .widget-column-2 { display:none;}
    .widget-column-1 { width:50%; padding-right:40px;}

    column 1 literally only goes 50% across the open page, with the remaining address info below it.

    Can you provide code that suggests when it is viewed on a mobile device the 50% page coverage should be ignored??

    #84438
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30588
    • Total: 30588
    Member since: August 16, 2013

    Hi,

    Can you send us the screenshot of your issues? Upload your screenshot on imgur.com and paste the share url here.

    Regards,
    Dave

    #84480
    Deb TaylorDeb Taylor
    Participant
    • Topics: 8
    • Replies: 16
    • Total: 24
    Member since: August 23, 2017

    Please go to live website on a mobile phone, http://www.haircuttersmarblefalls.com and see how the footer places the “ABOUT JULIA” on 50% of the page.
    Also here: https://www.dropbox.com/sh/0t2sbi5rggdqbey/AADZoOKZFsm7XdNcB0Rlx8dqa?dl=0

    Thank you!

    #84606
    Deb TaylorDeb Taylor
    Participant
    • Topics: 8
    • Replies: 16
    • Total: 24
    Member since: August 23, 2017

    Hi Dave-
    Screenshots and web address provided. Pls let me know how I can correct the footer issue on a mobile device. Thanks!
    Deb

    #84704
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30588
    • Total: 30588
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:

    Add this code there:

    @media screen and (max-width:479px) {
    .widget-column-1 { width:100%; padding-right:0;}
    }

    Regards,
    Dave

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.