wp-21
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Customizr Template not displaying correctly on WindowsYou just have to customise your CSS files by creating a child theme first..
Forum: Themes and Templates
In reply to: [Customizr] Can't change fontsHi..no that can’t be the issue..anything in the child theme overrides the default…..Pls post the link to your site, then i would be clearer…
Forum: Themes and Templates
In reply to: [Pinboard] Too much space at header bar.Great to know…:)..
But don’t change that line-height to 0px, instead change it to normal.
And mark the topic as resolved pls.Cheers.:)…
Forum: Themes and Templates
In reply to: [Pinboard] Too much space at header bar.This property needs to be looked at:
#site-title, #site-description { float: left; font-weight: 300; line-height: 150px; margin: 0; }Decrease the line-height property here.
And this property:
#site-title img { margin: 38px 0; vertical-align: middle; }Decrease the margin value here.
And do all the changes inside child theme only.Cheers.:).
Forum: Themes and Templates
In reply to: [Pinboard] Too much space at header bar.Please post a link to your site.
And you can look at the padding or margin values to decrease the space.Hi, the circles are just made from a css3 property of border-radius and borders are rounded by increasing it to a very high value.
The property you need to look for is here in this file with location:
http://seenees.co.nf/wp-content/themes/customizr/inc/css/red.cssand on line 7308, you need to change the color of the border property to anything you want i.e. grey here.
.round-div{ border:104px solid grey; }But of course do create a child theme first and do all the changes in it only without changing the theme files directly , it will protect you against any future theme updates.
Cheers..:)
Forum: Themes and Templates
In reply to: Newbie requires Help with the Width of Sidebars and Central AreaPlease provide the link for your site as it is difficult to provide specific CSS advice without seeing the site.
However you would need to play with the width of the sidebar or the content area in your css file to get what you aim for here.
Forum: Themes and Templates
In reply to: Help Adjusting Padding and Width on Navigation MenuPlease post the link to your site, it is difficult to offer advice unless we see it.
Cheers….:).
Forum: Themes and Templates
In reply to: How to add second stylesheet to theme headerwell copy the code from the first one and just rename the name of the stlesheet.
Forum: Themes and Templates
In reply to: [Pinboard] Google adsense not showing on mobile devicesWell your theme is responsive, it must be due to some media query in your css file.Take a look at that.
Well if you have access to FTP software (e.g. filezilla etc.) then you can access your files from there can undo the changes in the files and see what you get…
Forum: Themes and Templates
In reply to: why is my sidebar not displaying until way down the page?You have misplaced some divs and as a result your sidebar is now outside the main container.just place it inside the main container after the primary div , it will get right as you want.
Forum: Themes and Templates
In reply to: widget titles and backgroundsHey i posted a solution on this yesterday and now my post is gone from here that’s strange.
anyway you can use a span tag and insert it between headings and then gve that span a white background and you will accomplish what you intend to.Forum: Themes and Templates
In reply to: [CreativeMag] Featured image only showing halfHi, the link works now, don’t know what the problem was earlier…..But i didn’t get your problem regarding images.I checked the site and the images
and polaroid background are not different but whole image is combined with that.
did’nt quite see how image is being cut into half..