Forum Replies Created
-
AuthorPosts
-
Pinky
MemberOh sweeeeeet - glad I could help!
cheers
Pinky
Pinky
MemberPinky
MemberHey Dan
i find the best way to make css changes are with a plugin My Custom CSS.
Anything you put in there will over-ride plugin css, theme css etc. Plus you can see all your changes in one place.
Here's the page with the instructions on how to setup the theme like the demo:
http://my.studiopress.com/setup/agency-theme/To center the navigation you can try the suggestions on this page:
http://journalxtra.com/easyguides/howto-center-wordpress-genesis-theme-horizontal-menus-4729/
cheers
Pinky
Pinky
Memberalright - lets try this...
on line 183 of your style.css change #header to this:
#header { background: #090909 url(http://bsbc.org.au/wp-content/uploads/2013/03/ChurchLogox120jpg.jpg) top no-repeat; margin: 0 auto; height: 120px; overflow: hidden; width: 1060px; }
line 156 change to this:
body { background-color: #000; }
then on line 216 change to:
#header .widget-area { float: right; width: 420px; margin-top: -120px; }
I'd actually recommend installing the plugin My Custom CSS and put all that code in there instead... it will use that code over and above everything else.
cheers
Pinky
Pinky
MemberKathie if you are happy giving me access to your site i should be able to fix it quick smart for you! I'm in Aust and have nothing better to do with my Sunday afternoon lol
cheers
Pinky
Pinky
MemberKathie are you comfortable editing your style.css?
cheers
Pinky
Pinky
Memberoh and then you'll need to move the top part over so give this a try:
Around the content to the right of the logo - put a div like this:
<div id="healthyheadline"> image here Hello Healthy Food Lover, How amazing would it be to walk into your kitchen each morning to find it power- stocked with energizing whole foods, healthfully cleaned with non-toxic cleaners and highly organized for easy access? Three areas to fully support your wellness journey to fabulous health and a positive lifestyle! Sounds wonderful, right? Well, today you can start the conversation to take back your kitchen with The Ultimate Kitchen Detox for Healthy Food Lovers! </div>
Then a little bit of css magic...
#healthyheadline { margin-left: 200px; }
Give that a shot and see how it goes... but don't forget to take a backup of your files before you play around with them lol.
cheers
Pinky
Pinky
MemberTry adding this to the bottom of your custom style.css
#content-sidebar-wrap { width: 960px; float: left; }
That will move the whole page over to the left and will also fix the right hand side image issue for you.
cheers
Pinky
Pinky
Memberyou can be very specific with the h tags code - any code in fact.
eg on your home page if you wanted to change just the h2 color for the Services title you'd use this code:
.home-left #featured-post-4 h2 ( color: #349ED0; }
So that is saying it must be in .home-left, it also must be #featured-post4 and must also be h2 tag
Also I add a custom code area to the very bottom of my style.css so it's the code that over rides everything else in the style sheet, like this...
/* Customisations by me */ .home-left #featured-post-4 h2 ( color: #349ED0; }
Hope that gives a little more clarity
cheers
Pinky
March 17, 2013 at 12:52 am in reply to: Looking for a plugin to duplicate a site in Multisite… #28473Pinky
MemberAbsolutely! You can make as many templates as you like - then you just select from a list of the templates when you are creating the new sub-site
You can use any site - an existing one or a brand new one - it really doesn't matter either way.
I've actually got a couple of demo sub-sites that I can use.
cheers
Pinky
Pinky
MemberHey no worries at all! Glad I could help!
btw... i just LARVE your designs!
cheers
Pinky
Pinky
MemberKathie can you put the header image back in there for me please, then I'll give you some code to use
cheers
Pinky
Pinky
Memberwhy dont you use the header widget to put your add code next to the title.
It's the easiest way to do this - then you just alter the size of the header widget area...
or am I missing something?
cheers
Pinky
Pinky
MemberTry changing this
.content-sidebar #content, .sidebar-content #content { width: 590px; }
to this:
.content-sidebar #content, .sidebar-content #content { width: 65%; }
cheers
Pinky
Pinky
MemberMetro
Your number 3... try this:
Line 473 of your style.css change
.content-sidebar #content, .sidebar-content #content, #title-area { width: 65.555555555%; }
to
.content-sidebar #content, .sidebar-content #content { width: 60%; }
and on line 1250 change
.sidebar { display: inline; line-height: 1.5; }
.sidebar { display: inline; line-height: 1.5; width: 27.5%; }
cheers
Pinky
Pinky
Memberhi Metro
try this....
change #title-area on line 473 of your style.css to this:
#title-area { width: 30%; }
and on line 450 replace this
.footer-widgets-1, .footer-widgets-2, .footer-widgets-3, .sidebar, .subnav-left, #header .widget-area { width: 31.111111111%; }
with this:
.footer-widgets-1, .footer-widgets-2, .footer-widgets-3, .sidebar, .subnav-left { width: 31.111111111%; } #header .widget-area { width: 70%; }
cheers
Pinky
Pinky
Member@frobn - If she puts it in #title-area it will have to be put into style.css and I suspect (tho I could be wrong) that by doing so she will lose the responsive nature of the theme.
There was just another question on here relating to the same problem with Outreach theme - I told them to make the header width 1080px - but again it wont be responsive (something i didn't think about with my answer on that post either).
The image is meant to be in the header. I've played with the code and compared it to the demo site - but can't see where it's going haywire... sorry Kathie - I so wanted to help another Aussie!
cheers
Pinky
Pinky
Member... lol tho I'm not too keen to answer all the "Watch the football on the internet" spam posts on here atm... where's the report button on posts or users?
cheers
Pinky
Pinky
Memberyeah Susan it was actually quite an enjoyable day, learning new stuff! I've got all sorts of new css tricks up my sleeve now!
Plus remembering back to when I started and knew less than nothing - so it's humbling too!
cheers
Pinky
Pinky
MemberPoint well taken!
I spent the day answering questions instead of building the sites that I should be lol... have to say tho - I've actually learnt quite a bit by researching answers for people... so all in all a great day!
It's quite surprising once you start answering questions how much you already know... give it a try - you might just surprise yourself!
cheers
Pinky
-
AuthorPosts