- This topic has 7 replies, 3 voices, and was last updated 8 years, 8 months ago by Sonl Sinha.
-
AuthorPosts
-
January 26, 2016 at 5:12 pm #20302
The text in the Featured box shows 17 words followed by the Read More button. This means that the position of the Read More button is different in every Featured Box.
Is it possible to place the Read more button always on the bottem of a Featured Box?
January 27, 2016 at 7:54 am #20399Hi Armin,
Kindly show us your website link
Regards,
ShriJanuary 27, 2016 at 11:06 am #20448Hi Shri,
At this moment the site is not online visible. I made a screenshot: http://imageshack.com/a/img912/7685/BXRusV.png
Regards,
ArminJanuary 27, 2016 at 1:16 pm #20470Kindly go to Appearance>Theme Options>Basic Settings>Custom CSS box:
And paste this css.feature-box { position:relative;}
.read-btn { position:absolute; display:table; margin:auto; left:0; right:0; bottom:20px;}Regards,
ShriJanuary 27, 2016 at 2:54 pm #20491Hi Shri,
Perfect, many thanx!
Regards,
ArminFebruary 23, 2016 at 8:26 pm #23934Hello Shri,
First, thank you for your help some day ago. I had to be some days offline.
I had the same issue with the featured boxes and the css code to Theme Options>Basic Settings>Custom CSS box helped me too.
Now I have a general question. You wrote that soon an update of the healing touch pro scheme will offer more options e.g. to change the “Read More” text. To avoid issues after an theme update I created a child theme. But if i make changes to the Custom CSS box will they get lost after the theme update? Or will I benefit from the theme update because of my “derived” child theme?Best Regards
Matthias
March 1, 2016 at 7:50 pm #24969Hello Shri,
You probably didn’t received my questions from last week. This is the copy of it:
“Hello Shri,First, thank you for your help some day ago. I had to be some days offline.
I had the same issue with the featured boxes and the css code to Theme Options>Basic Settings>Custom CSS box helped me too.
Now I have a general question. You wrote that soon an update of the healing touch pro theme will offer more options e.g. to change the “Read More” text. To avoid issues after a theme update I created a child theme. But if I make changes to the Custom CSS box, will they get lost after the theme update? Or will I benefit from the theme update because of my “derived” child theme?”Further questions: Do you know when a theme update containing the “Read More”
text in the buttons of the featured boxes is available. Or do you have another solution.How can I change the size of the main logo? It will be shown very small.
Best Regards
Matthias
March 2, 2016 at 6:58 am #25041Hi Matthias,
Kindly go to Appereance>>Theme Option>>Basic Setting>>Custom css box
Add this code for changing the logo size:
.header .header-inner .logo img{height:auto !important;}
Regards,
Dave -
AuthorPosts
- You must be logged in to reply to this topic.