Forum Replies Created
list of topics you have created till now.
-
-
I would still like to know what is happening when using the exact same css file in a child theme as opposed to linking to a separate external css file. Any ideas?
Right now, the set up using the external css options.
Thanks for the assistance.
Thanks ahmetsali, but i don’t think that is it.
Nothing in the child theme is related to image alignment or anything else. I belive it may be caused by the use of a child theme (though it should not) and the issue is corrected when I use the parent theme. Oddly enough if I use the parent theme and use the theme options to set the theme to use the very same external css, it displays properly.
I would prefer to use a child theme, but it I have to use this method, I guess I will.
body {
color: #ffffff;
background: #000000;
}.nav-menu ul li a {
color:#ffffff;
}.widget-title span {
background: #555;
}.entry-title {
color: #c9b69b;
}input[type=submit], input[type=button], button, a.button, .button {
background: #c9b69b;
border: 3px solid #333;
color: #333;
}
input:not([type=submit]):not([type=button]):not([type=file]):not([type=radio]):not([type=checkbox]),textarea,select {
border: 3px solid #555;
}Blog Post: http://dev.lisabrightonphotography.com/2015/08/08/blog-post-1/
Page: http://dev.lisabrightonphotography.com/page2-2/You will this user/password: pixelwars/alignment
A sample of the desired alignment can be found here: http://www.lisabrightonphotography.com/2015/03/merkato/
Thanks for the reply.