tpt1405
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Making Twenty Eleven iPad friendlyThanks alchymyth, it looks 100 times better already!
I’m still having a problem with the slider on the home page as well as one widget (both of which I had to choose a fixed width for when setting them up (it doesnt work when I set width as 100% as it then displays as 100px, which is obviously too narrow.
ThanksForum: Themes and Templates
In reply to: Making Twenty Eleven iPad friendlyHi alchymyth
I can’t find that line anywhere…
This is the header section in my stylesheet:[please read and apply the forum guidlines for posting code]
/* Header - need to add header a:hover color to the title. ----------------------------------------------- */ #headbg-title a:hover { color:#505052;} #branding { border-top: none; padding-bottom: 10px; position: relative; z-index: 2; } #site-title { margin-right: 270px; margin-left: -36px; padding: 4.0em 0 0; } #site-title a { font-family: 'Oswald', sans-serif; font-size: 46px; font-weight: normal; color:#365FE4; font-style:italic; text-transform:uppercase; text-shadow:0px 1px 0px #000; text-decoration: none; } #site-title a:hover, #site-title a:focus, #site-title a:active { color: #505052; } h1#site-title a:hover { text-decoration: none; } #site-description { color:#FFF; text-shadow:1px 1px 1px #000; font-size: 13px; letter-spacing:1px; margin: 0 270px 0 -35px; } #branding img { height: 385px; margin-bottom: -7px; width: 1000; }
When I change “width: 1000;” to 100%, it doesnt seem to make a difference
ThanksForum: Themes and Templates
In reply to: Making Twenty Eleven iPad friendlyNot quite sure actually.
It is definitely a child theme, then I go to Appearance > Editor, and edit the files in there.
Does that make sense?Forum: Themes and Templates
In reply to: Making Twenty Eleven iPad friendlyHi
Thanks for the reply!
I have tried this but haven’t been able to get it right…
Where exactly am I suppose to change it? In the stylesheet? Or somewhere in header.php? When I change it to 100% in index.php the whole thing seems to crash or something.
ThanksHi there
Figured this one out. It helps reading through the documentation…
Thanks to the developers, great plugin!