jalonso
Forum Replies Created
-
Hi Andrew,
Again me. While people send me content for the website I would want to offer some basic information to the users.
(I have “hidden” the menu that you kindly helped me to build)
Now I have the following problem
I want to extend the margin between the Scribd document and the text aligned to the right…. but I could not do it. I think I need a HTML tag because that presentation will be (by the moment) only in this page. ¿I am right?
¿Can you help me, please?
Regards
Jorge
Forum: Themes and Templates
In reply to: ¿How can I include margin between an iframe and text?Thanks esmi for your reply. The first thing that I did was use Firebug but I did not know what to do with it. Acording your sugestion, I would have to test some thing on the right screen of Firebug (CSS)….. but I do not know which one. Can you explain me a little more, please?
Yes. It works now!! Many thanks, Andrew!
Sorry. I do not see your latest message. ¿What was the reason for that style? It was not mine. It was the design proposed by a client. ¿This was your question? English is not my mother tongue and I do know if I understand you very well 🙁
I understand. Andrew: Your support has been very useful for me. Thanks a lot for waste your time with me. I will open a new thread to ask help with the related to Firefox. Regards. Jorge.
You are right, again. I guess the big space between main menu and submenu is normal in Firefox. ¿Is it?
You are right. Sorry. A last question (I do not know if I must open a new thread): Why the submenu works for Chrome but not for Firefox?
I had done that but did not work. Might you look my Style.css, please? It must be an error somewhere….
/*
Theme Name: Twenty Twelve Child
Theme URI: http://rutadelarcoiris.org/
Description: Child theme for the Twenty Twelve theme
Author: Jorge Luis Alonso G.
Author URI: http://redepapa.org/autor/
Template: twentytwelve
Version: 0.1.0
*/
@import url(“../twentytwelve/style.css”);.entry-content img, .comment-content img, .widget img, img.header-image, .author-avatar img, img.wp-post-image {
border-radius: 3px 3px 3px 3px;
box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}.main-navigation li a {
background: none repeat scroll 0 0 #FF9900;
border-bottom: 3px none;
color: #FFFFFF;
margin: auto;
font-weight:bold;
text-align:center;
display:block;
padding: 0px;
text-transform: capitalize;
white-space: nowrap;
width: 760px;
}.main-navigation li ul li a {
background: none repeat scroll 0 0 #BAB476;
border-top: 1px solid #BAB476;
border-bottom: 0px;
text-align: left;
}.main-navigation li a, .main-navigation li {
display: table-cell;
text-decoration: none;
font-size: 11pt;
}li.page-item-15 a {background-color:#C32026;}
li.page-item-16 a {background-color:#97006D;}
li.page-item-17 a {background-color:#F57E20;}
li.page-item-18 a {background-color:#64BC46;}
li.page-item-19 a {background-color:#1961AE;}
li.page-item-9 a {background-color:#C32026;}.main-navigation li ul li { display: block; }
Yes, it works now! However, the background color of the submenu has disappeared. What is wrong?
I used this CSS code:
.main-navigation li ul li { display: block; }
{
background: none repeat scroll 0 0 #BAB476;
border-top: 1px solid #BAB476;
border-bottom: 0px;
text-align: left;
}Thanks Andrew for your quick response. Can you be more specific, please? My knowledge in CSS is very basic 🙁
Forum: Themes and Templates
In reply to: [Theme: Twenty Twelve] Can I write over a background?Thanks Brad!!
Forum: Themes and Templates
In reply to: [Theme: Twenty Twelve] Can I write over a background?Brad:
I ask you last two questions because my experience with CSS is minimum:
1- Where I can find the “.site class”?
2. Server respond to a color named “transparent”?Regards
Jorge
Forum: Themes and Templates
In reply to: [Theme: Twenty Twelve] Can I write over a background?Thanks Brad for your time. Yes, now I see the image…. but behind the text. Do you think it is possible that the image appear in transparent form? This means, users can see both image and text.
Forum: Themes and Templates
In reply to: [Theme: Twenty Twelve] Can I write over a background?Thanks Brian. I think I explained bad. What I want to do is something like this: http://www.w3schools.com/css/tryit.asp?filename=trycss_background-attachment
Apparently is easy to do but I have not done it. When I put the URL, the image do not appear.
I put next css code in the style.css:
{
background-image:url(‘http://rutadelarcoiris.org/wp-content/uploads/2013/09/Cerro-Abajo.jpg’);
background-repeat:no-repeat;
background-attachment:fixed;
}Many thanks to leejosepho and paulwpxp:
I downloaded the original style.css and searched the items. Unfortunately, I do not find them. I know this is not right but I have changed the colors following the instruction that paulwpxp gave me. If I let the page in this way ¿are there consequences?
Jorge