Home › Forums › All Other Themes › Some questions about Car rental theme
- This topic has 15 replies, 2 voices, and was last updated 7 years, 3 months ago by Sonl Sinha.
-
AuthorPosts
-
August 9, 2017 at 4:04 pm #80613
Hi,
I’m customizing one web with Car rental theme: www.autoescolasantfeliu.com
I have some questions:
1) In home section 1 I used four squarebox. The four icons look good on large screens and also on mobiles, but on the tablet screens three icons appear together in one line and one underneath. I would like the tablet to have two icons per line. Is it possible?
2) In home page, I want that the latest post from blog appears with date format as 8/9/2017. Is it possible to display the date in the D/M/Y format?
3) The individual entries of the blog have the image of the header with the fixed height. How can I make the height “auto” the same as the other pages?
For exemple: http://www.autoescolasantfeliu.com/news/estrenem-web/Thank you very much for your help!!
Best regards,
VanessaAugust 10, 2017 at 4:52 am #80632Hi,
Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:
Add this code there:
1. Answer
@media screen and (min-width:1023px) and (max-width:1170px) { .squarebox { width:25% !important;} }
2. for second question
This can only be done via coder.
Kindly send us your WordPress admin details (Username & Password) via sktthemes.net/contact Please mention this forum URL while replying so that we understand what needs to be done.
3. Answer
.page_head, .post_head { height:auto !important; min-height:350px !important;}
Regards,
ChrisAugust 10, 2017 at 5:13 pm #80687Hi Chris,
Thank you very much.
1) Perfect!!
2) Message sent.
3) Don’t work. Single post header has less height than the other pages.
Also on the mobile screen the header image is deformed by the code “min-height:350px”Best regards,
VanessaAugust 11, 2017 at 10:56 am #80774Hi,
Kindly send us the full WP access via sktthemes.net/contact.
Regards,
ChrisAugust 11, 2017 at 11:07 am #80782Hi Chris,
Message sent.
Best regards,
VanessaAugust 11, 2017 at 11:24 am #80788Okay
August 16, 2017 at 8:28 am #81088Hi,
Anything new on this topic?
Two issues remain outstanding:1) In home page, I want that the latest post from blog appears with date format as 8/9/2017. Is it possible to display the date in the D/M/Y format?
2) The header image of the individual entry does not have the same height as those of other pages.
Best regards,
VanessaAugust 18, 2017 at 10:57 am #81333Hi,
This issue was resolved from our end. Kindly check and confirm.
Regards,
ChrisAugust 18, 2017 at 2:38 pm #81354Hi Chris,
Thank you very much for your help!!
But it is no correct:
1) Year appears in letters (for exemple 18 Aug 2017) and I want date format as 18/08/2017
2) The header image of the individual entry does not have the same height as those of other pages. You can see the screenshot of my previous post.
Best regards,
VanessaAugust 22, 2017 at 5:01 am #81490Hi,
Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:
Add this code there:
Find .page_head, .post_head { height:auto !important; min-height:350px !important;} And replace .page_head, .post_head { height:auto !important; min-height:490px !important;}
Regards,
ChrisAugust 23, 2017 at 9:23 am #81625Hi Chris,
Thank you very much!!
One last question is pending:
In home page, I want that the latest post from blog appears with date format as 23/8/2017. Is it possible to display the date in the D/M/Y format? Month in numbers, not in letters.
Best regards,
VanessaAugust 23, 2017 at 9:42 am #81626Hi,
This issue was resolved from our end. Kindly check and confirm.
Regards,
ChrisAugust 23, 2017 at 9:58 am #81627Hi Chris,
Perfect. Thank you very much!!
Best regards,
VanessaAugust 23, 2017 at 9:59 am #81628Hi Vanessa,
If you found our service good kindly review us here: https://www.sktthemes.org/forums/topic/reviews-and-testimonials/page/9/
Regards,
ChrisAugust 23, 2017 at 10:16 am #81630Hi Chris,
Of course. Done!!
Best regards,
Vanessa -
AuthorPosts
- You must be logged in to reply to this topic.