Home › Forums › All Other Themes › General Support Questions
- This topic has 7 replies, 2 voices, and was last updated 7 years, 1 month ago by Sonl Sinha.
-
AuthorPosts
-
August 28, 2017 at 2:44 pm #81987
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.August 29, 2017 at 7:05 am #82019Hi,
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/#headerRegards,
DaveSeptember 28, 2017 at 9:01 pm #84421Thank you!!
September 28, 2017 at 11:28 pm #84426Hello 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??
September 29, 2017 at 5:11 am #84438Hi,
Can you send us the screenshot of your issues? Upload your screenshot on imgur.com and paste the share url here.
Regards,
DaveSeptember 29, 2017 at 4:27 pm #84480Please 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=0Thank you!
October 2, 2017 at 5:25 pm #84606Hi Dave-
Screenshots and web address provided. Pls let me know how I can correct the footer issue on a mobile device. Thanks!
DebOctober 4, 2017 at 7:55 am #84704Hi,
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 -
AuthorPosts
- You must be logged in to reply to this topic.