wp-21
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Twenty Twelve] Paragraph SpacingPlease close this thread then
Cheers…:)…Forum: Themes and Templates
In reply to: [Custom Community] Having trouble changing the Slider imagecheers..:)..Pls close topic if reolved.
Forum: Themes and Templates
In reply to: Adding Logo to Left of Site Title and Tagline: Twenty Twelvegreat…Pls close this topic if reolved…cheers:)..
Forum: Themes and Templates
In reply to: Adding Logo to Left of Site Title and Tagline: Twenty TwelveThen you have already sorted it out,need to find the class attached to the header image and do the same for it also.
or you can post a link here and we’ll take a look.Forum: Themes and Templates
In reply to: [Twenty Twelve] Paragraph SpacingRight now you have this:
<div class="test-container"><img class="alignleft" alt="" src="http://www.thisiselegant.com/wp-content/uploads/2013/05/scott-sabreena.jpg">test2<p></p> <div class="test-container2"><img class="alignleft" alt="" src="http://www.thisiselegant.com/wp-content/uploads/2013/05/scott-sabreena.jpg">test2<p></p> </div>you need to do this:
<div class="test-container"><img src=""/><p>text</p></div> <div class="test-container"><img src=""/><p>text</p></div>and in your child theme style.css file you need to create the above class also :
.test-container{ clear:both}You problem will be solved.I will still suggest to decrease that image size though,it’s looking quite big.
Ok.
Forum: Themes and Templates
In reply to: [Twenty Twelve] Paragraph SpacingHi,
you used different container for each.There’s no need of different containers.You can use same class on everyone.and u need to use a clear class also to clear the container divs
Here i will show u how.As your theme is responsive, you need to provide margin-left for the larger widths and remove it for the smaller widths as it might have been done in your style.css currently via media-queries.
You mean to say you want it centered on your desktop site also.
Pls close the topic if reolved….
cheers..:)..great…That is ideal..
Forum: Fixing WordPress
In reply to: The problem with thumbnail imagesOk.point noted @esmi.
Forum: Themes and Templates
In reply to: [Celestial - Lite] Celestial Curve Banner Not FunctioningCould you post a link to the site.
it is recommended to use a child theme to do any edits.the above css changes should be done in the child theme stylesheet file
Forum: Themes and Templates
In reply to: Twently Twelve Child padding for all pagesPls close the thread if problem is resolved…thx