- This topic has 9 replies, 3 voices, and was last updated 7 years ago by Sonl Sinha.
-
AuthorPosts
-
September 25, 2017 at 2:00 pm #84158
Hi,
Please anyone can help me with these two questions?
I would like to know how could I fix the relative position for the “Read More” in the home, to have all text/buttons in the same line. Now, the read more buttons are in diferent positions.
And how could I add Quick Links?
Thanks in advance.
Regards.
DavidSeptember 26, 2017 at 4:47 am #84195Hi,
Kindly show us your website URL so that we can assist further.
Regards,
DaveSeptember 26, 2017 at 6:14 am #84213Thanks for your answer.
www.martaibarz.comThanks
September 26, 2017 at 10:49 am #84237Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
.four_column { position:relative;} .read-btn { position:absolute; bottom:20px; left:50%; transform:translateX(-50%); -moz-transform:translateX(-50%); -webkit-transform:translateX(-50%);}
Regards,
DaveSeptember 26, 2017 at 11:37 am #84240tried this
.four_column { position:relative;}
.read-btn { position:absolute; bottom:20px; left:50%; transform:translateX(-50%); -moz-transform:translateX(-50%); -webkit-transform:translateX(-50%);}and
.four_column{min-height:250px;}
.read-btn { position:absolute; bottom:20px; left:50%; transform:translateX(-50%); -moz-transform:translateX(-50%); -webkit-transform:translateX(-50%);}but no luck. It’s not working.
now Custom CSS has .four_column{min-height:250px;} only. Columns with same size but Read More not in the same line…
thanks for your help!
September 26, 2017 at 11:47 am #84241Hi,
Okay, kindly send us your URL of the site and 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.
Regards,
DaveSeptember 26, 2017 at 12:00 pm #84243Done.
waiting your answer.thanks a lot.
September 27, 2017 at 7:47 am #84296Hi,
This issue was resolved from our end. Kindly check and confirm.
Regards,
DaveNovember 29, 2017 at 5:48 pm #88542How can I display the site title instead of a logo in teh upper left of the Header without hard coding it into the header file? It was easy in teh free version, but not clear in the Pro version.
Thanks.November 30, 2017 at 5:44 am #88562Hi eve,
Kindly show us your website URL so that we can assist further.
Regards,
Dave -
AuthorPosts
- You must be logged in to reply to this topic.