arunmilky
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Small space between footer and contentHi,
Its due to margin bottom, Add below css
.single .entry-content {
margin-bottom: 0;
}Forum: Themes and Templates
In reply to: Plugin Simple Calendar in Full Widthhi voerener
try this code on your css.
.narrowcolumn.singlepage {
width: 100%;
}Forum: Fixing WordPress
In reply to: Remove bullet points from Shortcode menuhai squidpeg
try this code on your css..
.fusion-main-menu ul {
list-style: none!important;
}Forum: Themes and Templates
In reply to: Reduce the space between menu and contenthai betty
try this code on your site
#content {
padding-top: 0!important;
}
.page-header {
padding: 0;
}Forum: Themes and Templates
In reply to: [OnePress] Site Tagline / Logo Alignmenthai ashley_c
try this css code
.site-branding .has-logo-img .site-description {
top: -3px;
right: 20px;
}Forum: Themes and Templates
In reply to: Problem centering two images side-by-side.hai webwealthmedia
try this one on your css
.rich_editor_text p {
margin-bottom: 30px;
width: 50%;
float: left;
}Forum: Themes and Templates
In reply to: Image Column Alignmenthai ajunbolangdy
just this code on css
hai tejaschaudhary15
try this one on your css
.header .center {
overflow: hidden;
margin: 0 8px;
width: 98%;
}
.logo {
width: 12%;
float: left;
margin-top: 20px;
}
.head_inner {
width: 98%!important;
}
div#topmenu {
margin-top: 66px;
margin-left: 23px;
width: 100%;
}
.menu-header {
width: 77%;
float: left;
}
.head_soc {
width: 10%;
}Forum: Themes and Templates
In reply to: [Pinnacle] Top Bar Issueshai Anirudh
try this one on your css
header#kad-banner {
margin: 0;
}
.wrap.contentclass {
padding: 0;
}
div#pg-104-0 {
margin-bottom: 0;
}
div#pg-104-1 {
margin-bottom: 0;
}Forum: Themes and Templates
In reply to: [Enigma] Header customizatoinhai maninejad
try this one on your css
‘
.logo img {
width: 275px!important;
height: auto!important;
margin: 35px 0;
}
.col-md-6.col-sm-12 {
width: 70%;
}
ul.head-contact-info {
width: 60%;
float: left;
padding: 35px 0;
}
ul.social {
width: 38%;
float: right;
padding: 35px 0;
}Forum: Themes and Templates
In reply to: [Agama] Grey background on my blogpage after updateinghai problematyczny
try this one on your css
span.camera_bar_cont {
display: none;
}Forum: Themes and Templates
In reply to: Image Column Alignmenthai ajunbolangdy
try this one on your css’
.team.one-half.last {
width: 45%;
float:left;
}.team.one-half {
width: 45%;
float: right;
margin: 0;
}Forum: Themes and Templates
In reply to: Remove White Space in the header of my Vantage Themehai michellemarie0527
try this one on your css
header.entry-header {
margin: 0;
}Forum: Themes and Templates
In reply to: [Hueman] Menu Links Underlinedhai
then try this one
ul#menu-main-menu a {
text-decoration: none;
}Forum: Themes and Templates
In reply to: [Smartr] Navigation Menu