PMEngland
Member
Posted 1 year ago #
When I carried out the 5 minute installation I set the preference to allow bots to search my site. How do I reset this permission as I now want to restrict them altogether. Can I just do a new 5 minute installation to reset preferences or is there another way.
The second help I need is to do with text layout. I like justified text that is text lining up with left and right borders. Is this preference generally supported by WordPress and if so, is it "Theme" dependant.
Thanks
How do I reset this permission as I now want to restrict them altogether.
'dashboard' 'settings' 'privacy'
I like justified text that is text lining up with left and right borders.
this is theme dependant, and can be changed by editing style.css, and adding text-align: justify; to the style of the corresponding container.
http://www.w3schools.com/cssref/pr_text_text-align.asp
a tool such as firefox web-developer add-on or any of the other available browser tools might be useful to identify what container to target.