Home › Forums › All Other Themes › SKT Restaurant Pro Questions
- This topic has 5 replies, 2 voices, and was last updated 6 years ago by
Forum Moderator.
-
AuthorPosts
-
May 8, 2017 at 2:52 pm #71516
Website in Question
http://brickcitytavern.com/1. I used the picture in the gallery on the demo site here
http://sktthemesdemo.net/restro/
Which said the images were 347×270, but when I upload them to my site part of the picture is cut off???
They are more rectangle than square2. In the Footer how can I hide 2 of the sections for right now? the blank ones (first 2)
3. How can I make the address and phone number clickable so that when they click on it from their phone it dials the number for them?
I insert this code in Theme Options but it does’t save
<i class=”fa fa-phone”></i>(574) 835-5174Thanks
May 9, 2017 at 5:46 am #71562Hi,
Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:
Add this code there:
1. Answer
#Grid .mix { height:270px !important;} #Grid .mix img { min-height:270px;}
2. Answer
.widget-column-1, .widget-column-2 { display:none;}
3. Use this code for clickable phone number
<a href="tel:(574) 835-5174"><i class=”fa fa-phone”></i>(574) 835-5174</a>
Regards,
ChrisMay 9, 2017 at 2:29 pm #716511. The pics did NOT change size, see pic
http://i.imgur.com/DHPlKfh.jpg2. I was using the footer tab in options which was not saving but I changed to the widgets
But how do I make the footer 2 columns instead of 4, instead of just hiding 2 of the columns then it doesn’t look professional
The zip code is put on a second line as is the email address because the sections aren’t large enough.***NEW question
How do I remove the View Our Full Gallery Button?
May 10, 2017 at 5:52 am #71703Hi,
Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:
Add this code there:
#Grid .mix { height:auto !important;}
#Grid .mix img { min-height:inherit !important; vertical-align:top;}
.widget-column-1, .widget-column-2 { width:30%;}
.our-projects .button { display:none;}Regards,
ChrisMay 10, 2017 at 3:18 pm #71799Thanks
May 11, 2017 at 5:01 am #71830🙂
-
AuthorPosts
- You must be logged in to reply to this topic.