lasca
Forum Replies Created
-
Thx ! worked like a charm!
I have figured it out! It i9s because I amlogged in as admin that it does not show up ans it is hidden for registered users!
Forum: Fixing WordPress
In reply to: Making tables vir Div and cssOk thx wil do!
Forum: Themes and Templates
In reply to: CSS formatting not working (specificity issue)OK thx that did work. thx.
So i am not crazy to want to use the selectors I was using at the start.
Now just to learn why the media queries was mucking everything up for me. But that is for another session on lynda.com………..Thx for you help.
Forum: Themes and Templates
In reply to: CSS formatting not working (specificity issue)OK on very small screen it works correctly. On slightly bigger screen it does not. Now I am even more confused.
On full sized browser it does not work on larger size it does not.
Forum: Themes and Templates
In reply to: CSS formatting not working (specificity issue)I am using Child theme, I was just looking at the structures int he parent theme to make sure I keep inline with their styles.
I have just done it under the all the media size screens and it is not working.
The first indication that is it not working there should be a 100 px space between the breadcrumbs and the image.
@media screen and (max-width: 980px) { /* =Domain registration page -------------------------------------------------------------- */ body {} #dmdataholder{ position: relative; width: 800px; margin-top: 100px; } #dmimg{ position: relative; float: left; width: 200px; } #dmdata{ position: relative; float: left; } } /* =Shortcut bars on services pages -------------------------------------------------------------- */ @media screen and (max-width: 960px) { #dmdataholder{ position: relative; width: 800px; margin-top: 100px; } #dmimg{ position: relative; float: left; width: 200px; } #dmdata{ position: relative; float: left; } } @media screen and (max-width: 480px) { #dmdataholder{ position: relative; width: 800px; margin-top: 100px; } #dmimg{ position: relative; float: left; width: 200px; } #dmdata{ position: relative; float: left; } } @media screen and (max-width: 320px) { #dmdataholder{ position: relative; width: 800px; margin-top: 100px; } #dmimg{ position: relative; float: left; width: 200px; } #dmdata{ position: relative; float: left; } } @media screen and (max-width: 240px) { #dmdataholder{ position: relative; width: 800px; margin-top: 100px; } #dmimg{ position: relative; float: left; width: 200px; } #dmdata{ position: relative; float: left; } }
The text should be next to the image on the right side not underneath.
Forum: Themes and Templates
In reply to: CSS formatting not working (specificity issue)This is the specific theme that i am using media construct: taken from the parent style.css file
@media screen and (max-width: 980px) { /* =Domain registration page -------------------------------------------------------------- */ body {} #dmdataholder{ position: relative; width: 800px; margin-top: 100px; } #dmimg{ position: relative; float: left; width: 200px; } #dmdata{ position: relative; float: left; } /* =Shortcut bars on services pages -------------------------------------------------------------- */ #shortcutbarimg, #shortcutbardes{ clear: left; position: realtive; width: 960px; margin-top: 150px;"> } #scbimg1, #scbimg2, #scbimg3, #scbimg4, #scbimg5, #scbimg6, #scbdec1, #scbdec2, #scbdec3, #scbdec4, #scbdec5, #scbdec6{ position: relative; float: left; width: 150px; text-align: center; } } @media screen and (max-width: 650px) { } @media screen and (max-width: 480px) { } @media screen and (max-width: 320px) { } @media screen and (max-width: 240px) { }
I was taking that as it start with the biggest i will start with the bigegst screen formatting and the adjust it as the screen gets smaller.
I was just formatting with in their structure.
Forum: Themes and Templates
In reply to: CSS formatting not working (specificity issue)O meant to say style.css
Forum: Themes and Templates
In reply to: CSS formatting not working (specificity issue)I am adding that to my scc style sheet under the
@media screen and (max-width: 980px) {
entry.Forum: Themes and Templates
In reply to: CSS formatting not working (specificity issue)HI Andrew,
Thx for your reply. i have been been using Firebug fir that purpose and have not been able to solve my problem.
On grounds of you screen shot I have changed my scc and I am still no further.
#dmdataholder{ position: relative; width: 800px; margin-top: 100px; } #dmimg{ position: relative; float: left; width: 200px; } #dmdata{ position: relative; float: left; }
I have tried to use the .post-entry, and the content-full selectors in conjunction with the above id’s and is still not getting the formatting required.
Forum: Themes and Templates
In reply to: Can not post comments on blog page on Twenty twelveupdate, deleted the blog page an recreated it. Showed the comments field, then I linked my comments on settings reading and comments was missing, broke that link and comments was visible again.
Hope this helps a bit
Forum: Themes and Templates
In reply to: hidden tagline and header still appearing in IEHi Alchemyth,
This was viewed in IE 9. Is this a problem for IE 9 also? I thought IE 10 was still only in beta?
Forum: Themes and Templates
In reply to: Page not adjusting to length of ContentAlchemyth your a star!
Back to training for me!
Forum: Themes and Templates
In reply to: Edit the "leave a reply" font color in twenty twelveThx Paul,
Wasn’t aware that it related to Jetpack. Thx for you help. I did get a temp solution from your link.
Atleast It can be read!