- This topic has 8 replies, 3 voices, and was last updated 10 years, 11 months ago by
Theme Horse Support Team.
-
AuthorPosts
-
December 8, 2014 at 8:52 pm #19189
info42
ParticipantHi,
I like your theme very much! And I’m working to make a new webpage with it in a childtheme.
I have a question about the place of the ‘featured post slide’ text: can I put the text a little more to the left? It’s because I like the size of my current theme (twenty eleven) very much (1000×288) and I also like it more in your theme, other than your size of 1400×460. But the text is a littlebit out of the image with 1000×288, so if I could just move it a little it would be great.
Thanks in advance!
December 9, 2014 at 8:02 am #19217themehorse3
ParticipantHi to move the whole block edit the class “featured-text”:
.featured-text {
position: absolute;
bottom: 55px;
right: 30px;
text-align: right;
color: #FFF;
}To move the title edit “featured-title”, to move content edit “featured-content”.
.featured-title {
font: 24px/30px “Philosopher”,sans-serif;
padding: 10px 20px;
background: none repeat scroll 0% 0% rgba(5, 169, 197, 0.9);
float: right;
max-width: 525px;
}featured-content {
padding: 20px;
background: none repeat scroll 0% 0% rgba(85, 85, 85, 0.9);
margin-top: 4px;
float: right;
clear: right;
max-width: 355px;
}December 9, 2014 at 1:51 pm #19228Theme Horse Support Team
KeymasterThanks for helping us themehorse3
Thank you!
December 19, 2014 at 6:54 pm #19566info42
ParticipantThanks but where do I put the codes? In the stylesheet nothing happens when I paste your codes…
I use a child theme
Thanks again!
December 22, 2014 at 8:32 am #19628Theme Horse Support Team
KeymasterHi,
You may add this css inside custom css from theme options or you may also use this css inside child theme -> style.cssThank you!
December 23, 2014 at 7:53 pm #19694info42
ParticipantNope noting happens. When I put it in style.css or in the css form theme options…
December 24, 2014 at 8:29 am #19722themehorse3
ParticipantThe CSS in the example is the default, of cause you have to make some changes in the css values to position the elements.
If you place it in the theme options custom css field, it should over-right the default css.Greets,
DennisDecember 30, 2014 at 9:00 am #19883info42
ParticipantYes that worked, thanks! I changed the right-px in featured text into 200px.
December 31, 2014 at 11:59 am #19949Theme Horse Support Team
KeymasterThat’s great info42
Thank you!
-
AuthorPosts
- You must be logged in to reply to this topic.
