-
Search Results
-
Topic: Black margin above header
Hi guys
I have just noticed that somehow a black strip/margin has appeared above my header on the following websitehttp://27.121.64.167/~sufjpwue/
I am not sure what may be causing this, but the blue header should go all the way to the top. I am not sure if any of the following CSS may be influencing it. Your help would be greatly appreciated:
.header_color .main_menu ul {
background: transparent;
}#top .main_menu .menu>li:last-child>a {
padding-right: 10px;
}h1, h2, h3, h4, h5, h6{
text-transform: none !important;
}.page-id-223 .avia_textblock, .page-id-48 .avia_textblock, .page-id-50 .avia_textblock, .page-id-52 .avia_textblock, .page-id-12 .avia_textblock, .page-id-14 .avia_textblock {
max-width: 560px !important;
}.main_menu a {
font-weight: 500!important;
font-size: 110%!important;
}body {
font-size: 14px;
font-family: Arial !important;
}span.image-overlay {
display: none !important;
}h1, h2, h3, h4, h5, h6 {
font-family: Arial !important;
}Thanks heaps
IvanaHi
I start to have problem in Main Menu and Main Menu sub levels editing after use this code to increase website text font size
in General Styling>Quick CSS Box`body {
font-size: 14px;
}so basically if i increase font size on main Menu in Advanced Styling it works but then if i change anything in Main Menu Sub levels the main menu change will go back to default..
i try to delete the code but problem continuous.
Hey! So I am working on a website at the moment, which is:
http://www.unionrealtyga.com/I am using a wordpress plugin called Optima Express.
The plugin had a few bugs, and I contacted the plugin’s support team about them, and they gave me some CSS code that I inserted into the ‘CSS Override’ section of the plugin’s interface.The code is:
.ihf-gallery-slider-paging a { border-radius: initial !important; margin-right: initial !important; } .ihf-gallery-slider-paging { padding: initial !important; } .ihf-gallery-slider-paging li { margin-left: initial !important; } .ihf-refine-search-container .row input[type="text"] { width: 85px !important } .pagination a,span { width: initial !important; border-radius: initial !important; margin-right: initial !important; height: initial !important; box-shadow: initial !important; font-size: initial !important; } .modal .modal-dialog { left: 0 !important; } div#ihf-board-detail-disclaimer , div#ihf-agent-sellers-rep + div { clear: left !important; } form#searchProfile.ihf-quick-search-form div#ihf_select_bedrooms_homes_chosen, form#searchProfile.ihf-quick-search-form div#ihf_select_baths_homes_chosen { display: none !important; } form#searchProfile.ihf-quick-search-form select#ihf-select-bedrooms-homes, form#searchProfile.ihf-quick-search-form select#ihf-select-baths-homes { display: block !important; }Now, a few of the bugs within the plugin are worked out, but the icons on the home page and the contact page are not displaying correctly.
They are considerably smaller than they should be.Is there any way that I can fix this while leaving the CSS override code in place?
Thanks!
Topic: Increase text size
I would like to increase the text in Enfold, and I guess the only way to do this is by using some CSS in the Quick CSS, since there is no option for this in the Advanced styling. Should I use px, em or %?
p {
font-size: ??
}Hi!
First off, great theme which I am really enjoying using on our website!
1. On the main blog page and with single posts, the page titles (in the breadcrumb section) are at the font size we like the most. However, on single pages, the font size for the page title is too big. See what I mean:
Blog: http://www.saykimchirecruiting.com/newsletter/
Page: http://www.saykimchirecruiting.com/testimonials/
How can I make the page titles on pages match the size of posts?
2. Navigation menu: how can I change the font family and size?
Thanks so much!
Topic: portfolio grid
Hi !
http://printish.dk/portfolio-item/x-display/
Im trying to make some space (padding) between the icons….
I´ve got some CSS in my quick CSS-editor, to control the allignment, borders and color of the tekst:
(all of this is working fine).grid-entry .inner-entry { box-shadow: none; }
div.grid-content { text-align: center; }
.grid-content { padding-left: 0; }
.grid-content { padding-right:0; }.grid-entry-excerpt {
color: #719430;
font-size: 12px;
font-style: bold;
}BUT…………..-is there some small code that could make about 5px gap between my round white icons ?
Kind regards.
