Forum Replies Created
-
AuthorPosts
-
February 19, 2015 at 12:43 pm in reply to: HELP GUYS: Logo and header widget area not aligned #141345Roberto GomezMember
Thks friend you let me the idea min-height: 90px; and max-height: 90px;
I put the next code and work fine:.site-header {
background: #de0029;
margin: 0 auto;
padding: 0;
position: relative;
max-width: 100%;
min-height: 90px;
max-height: 90px;
}.site-header .widget_text img {
max-width: 100%;
min-height: 90px;
max-height: 90px;
}Roberto GomezMemberThks Braddalton, I try to give style to all text description, but all description text is closed in <p> I will like it put
Example:<h2>INVESTING 101<h2>
<p>Welcome to our blog! It’s a pleasure to have you here and we hope you enjoy our ongoing “conversations.” On this blog we’ll be going back to the basics…</p><p>We’ll be answering a lot of your “how to” questions about investing and the markets… how they work, what’s important, what’s not, how to get started and lots more. Stocks, bonds, gold, commodities, retirement planning, currencies… we’ll be covering all of these topics and also posting interesting articles from other writers. </p>
<p>Whether you’re just getting started or an experienced investor, our goal is to review key points all investors should know.</p>
<p>So stay tuned and we’ll have more soon.</p>
<p>Best regards,</p>
Mary Anne and Pamela Aden
Roberto GomezMemberI have the same problem bhoodWWA I need stylize the actual category descriptions.
Roberto GomezMemberyes is a good a idea, I am seek the same
Roberto GomezMemberI have the same question.
I have a serious problem with the scroll positions for differents zones.
For example Intro Zone scroll is imposible the aligned.
Roberto GomezMember#header {
background: #222;
position: fixed;
width: 100%;
top: 0;
z-index: 1000;
}Roberto GomezMemberSorry forget to tell you the Theme that I use is with base to Modern Portfolio Theme
Roberto GomezMemberHere:
#home-welcome h4 {
color: #fff;
font-size: 36px;
line-height: 1;
text-align: center;
}
-
AuthorPosts