-
Search Results
-
Guessing whoever designed didn’t use a child theme and edited actual theme files?
Of course, Im an idiot and didn’t back up before updating…Any ideas how to revert? Can I put an older version of theme back to fix until I can undo the modifications they did?
Lots of Short code showing up
[container style=”fluid” bg_color=”#181818″ img_position=”scroll” text_color=”#666666″ margin_top=”-50″ margin_bottom=”60″ padding_top=”50″ padding_bottom=”50″] [one_third]
Thoughts?
Thanks.Topic: custom css re: responsive
Hi,
I am using the Clean Retina theme for a friend’s website. My question is, will adding a little bit of custom CSS interfere with the theme’s automatic formatting for mobile devices ( responsive )? The site seems to format just fine on my iPad but he’s telling me it doesn’t format correctly on his iPhone or his PC tablet. Thanks.
edit: I’ve just updated from Clean Retina 2.0 to 3.0 and it appears I’ve lost the custom CSS below. I can no longer find ‘theme options’under the ‘Appearance’ category in the left hand column of my WordPress editor. That is where I was able to add custom CSS. I might have to go back to square one now. 🙁
here is the custom css I’ve added…
.entry-header { width: 200px; height: 15px; border: 0pt solid black; text-align: center; margin: -45px auto 0px auto; } .entry-title { font-size: 14pt; height: 30px; margin: -55px auto 0px auto; border: 0pt solid black; } #branding { background-image: url("http://shawnjomalley.com/wp-content/uploads/2014/11/custom-header-001rev002.png"); background-repeat: no-repeat; background-position: center; } #site-title { font-size: 18pt; } #access { margin-top: 120px; height: 33px; margin-bottom: 0px; } #access a { padding-top: 5px; } #access a:hover, #access ul li.current-menu-item a, #access ul li.current_page_ancestor a, #access ul li.current-menu-ancestor a, #access ul li.current_page_item a, #access ul li:hover > a { padding-top: 0px; height: 30px; } /* Dropdown */ #access ul li ul, #access ul li:hover ul ul, #access ul ul li:hover ul ul, #access ul ul ul li:hover ul ul, #access ul ul ul ul li:hover ul ul { display:none; z-index: 9999; } #access ul li:hover ul, #access ul ul li:hover ul, #access ul ul ul li:hover ul, #access ul ul ul ul li:hover ul, #access ul ul ul ul ul li:hover ul { display:block; } #access ul li ul { border-top: 0px solid #5f85b0; position:absolute; background-color: #fff; top:35px; left:0px; width:190px; } #access ul li ul li { float:none; border-bottom:1px solid #ddd; border-right:0 none; } #access ul li ul li a, #access ul li.current-menu-item ul li a, #access ul li ul li.current-menu-item a, #access ul li.current_page_ancestor ul li a, #access ul li.current-menu-ancestor ul li a, #access ul li.current_page_item ul li a { color:#999; border-top: 0 none; float:none; line-height:21px; font-size:17px; font-weight:normal; height: 100%; padding: 8px 10px; } #access ul li ul li a:hover, #access ul li ul li:hover > a, #access ul li.current-menu-item ul li a:hover { border-top: 0 none; background-color: #f5f5f5; padding: 8px 10px; color: #5f85b0; border: 0pt solid black; height: 21px; } #access ul li ul li ul { left: 190px; top: -5px; } #access select { display: none; }
Topic: IOS not Responsive
Hi there,
I made some changes in the Attitude Theme in this website: http://www.reikiwithshelly.com. I noticed that it looks fine in most browsers, but I tried it on my iPhone and it simply doen’t work. The menu is missing, the text on the homepage is off and I can’t even go to another page.
The only changes I made in the CSS were:
– Line-height for the <h2> tag.
– Decreased the white space at the top of the page, above the picture with the logo. And, for that, I copied a code that you guys posted in another thread:hgroup-wrap {
padding-bottom: 5px;
padding-top: 0;
}
.hgroup-right {
margin-top: 5px;
}– Changed the text alignment to be beside the picture in the homepage, instead of below the picture. And for that I just changed the post code to “alignleft”.
These are quite simple changes, so I wasn’t really expecting to have this problem in the iPhone. Could you help me to fix it?
Topic: Drop Down Menu
I am trying to make my website more mobile friendly and aesthetic, since most of my readers are visiting from mobile devices, and after I checked the add custom css to responsive theme, everything but the site title scales down. A snippet of my custom CSS… #site-description {
text-align: center;
font-family: ‘life savers’, ‘gentium basic’, serif;
font-weight: bold;
margin-top: 10px;
}#site-title {
text-align: center;
font-family: Montez, Tangerine, serif;
font-weight: none;
font-size: 75px;
}I’ve tried translating it into ems and it hasn’t worked, mind you, I am new to customizing css for mobile. my site is http://www.thestayathomesoprano.com. I have left the modified css up so the problem in the mobile site can be seen.
all my custom css below…
@import “https://fonts.googleapis.com/css?family=Tangerine:400,700|Montez”;
@import “https://fonts.googleapis.com/css?family=Quattrocento:400,700|Life+Savers:400,700&subset=latin,latin-ext”;/*
Welcome to Custom CSS!To learn how this works, see http://wp.me/PEmnE-Bt
*/
.signature {
font-family: tangerine, Montez, serif;
font-size: 64pt;
text-align: center;
line-height: 75px;
}.Plugin {
font-family: quattrocento, ‘life savers’, Serif;
font-size: 14px;
line-height: 30px;
font-weight: bold;
}#site-description {
text-align: center;
font-family: ‘life savers’, ‘gentium basic’, serif;
font-weight: bold;
margin-top: 10px;
}#site-title {
text-align: center;
font-family: Montez, Tangerine, serif;
font-weight: none;
font-size: 75px;
}.entry-title {
font-family: ‘life savers’, quattrocento, ‘gentium basic’, serif;
}#content .post {
font-family: quattrocento, ‘gentium basic’, serif;
}input[type=”email”], textarea {
line-height: 35px;
font-size: 16px;
font-family: ‘life savers’, ‘gentium basic’, serif;
}.widget-title {
font-family: ‘life savers’, ‘gentium basic’, serif;
font-size: 30px;
font-weight: bold;
}.widget {
font-family: ‘life savers’, ‘gentium basic’, serif;
font-weight: bold;
}.nav {
font-family: ‘life savers’, ‘gentium basic’, serif;
}#access li {
font-family: ‘life savers’, ‘gentium basic’, serif;
font-weight: 900;
}.recipe {
font-family: ‘life savers’;
font-weight: bold;
font-size: 18px;
}
}.recipe-title {
font-family: ‘life savers’;
font-size: 36px;
font-weight: bold;
}.recipe-author {
font-family: ‘life savers’;
font-weight: bold;
font-size: 18px;
}.recipe ol {
font-family: ‘life savers’;
font-weight: bold;
margin-bottom: 5px;
}.recipe ol li {
margin-bottom: 40px;
}#recipe {
border: 2px solid #000000;
padding: 10px;
margin-bottom: 20px;
}Thanks! 🙂