I’m using the Jetpack Carousel gallery plugin with your free attitude theme. I’m having trouble with the descprition with underneath each gallery photo and have been in contact with Jetpack support but they say it is some code possibly from my theme conflicting with the plugin.
Hi I want the header to sit lower when displayed through the mobile version of the attitude theme. I was given this code however it doesn’t seem to be working.
To reduce the white space in the header Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:
And sorry you can not place the menu above the header by easy way because it’s a new feature to be add in the theme.
You have to hire a developer for this.
Sorry! To activate the widget in top social profile area and to remove the link for telephone number it need code customization because its new features to be add. You have to hire a developer for this.
But you can make social icon bigger to do that Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:
.social-profiles ul li a {
font-size: 22px;
}
.social-profiles ul li {
margin: 6px 0 0 10px;
}
Hi ciaranhyde,
Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:
I am also having a problem with the header. I have a custom header which is the required height (250px) when I uploaded it there was a large white space at the top (above the header) so I used this code to remove padding:
However, while this did reduce the size of the white space at the top it did not eliminate it totally and so I now still have white space at the top? Is there another fix for this? Please see http://www.fionabrennanhypnotherapy.com
You have to add below html code manually to have the promobox inside the pages.
<section class="widget widget_promotional_bar clearfix">
<div class="promotional-text">“Free Responsive Retina Ready WordPress Theme”
<span>Free WordPress Theme has never been so easy & beautiful.</span>
</div>
<a title="View Work" href="#" class="call-to-action">View Work</a>
</section>
And to manage it on center Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:
To have the responsive menu toggles in tablet Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:
@media only screen and (max-width: 1078px) {
#site-logo {
margin-bottom: 32px;
}
.hgroup-right {
padding-right: 0;
}
.search-toggle {
display: none;
}
.menu-toggle {
display: block;
background-color: rgba(0, 0, 0, 0);
font-size: 0;
border: 0 none;
padding: 0;
color: #777;
width: 30px;
height: 21px;
float: right;
margin-top: 39px;
cursor: pointer;
}
.menu-toggle:before {
display: block;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 25px;
line-height: 0;
font-family: 'Genericons';
vertical-align: top;
content: '\f419';
}
.hgroup-right {
clear: both;
float: none;
}
.nav-menu {
display: none;
}
.toggled-on .nav-menu {
display: block;
}
#access {
float: none;
}
#access li {
position: inherit;
width: 100%;
border-top: 1px solid rgba(0, 0, 0, 0.1);
margin-left: 0;
}
#access a {
float: none;
padding: 10px 0;
height: inherit;
}
/* 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: block;
}
#access ul li ul {
position: inherit;
top: 0;
width: inherit;
border: 0 none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: 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 {
padding: 10px 0 10px 15px;
}
#access ul li ul li a:hover,
#access ul li ul li:hover > a,
#access ul li.current-menu-item ul li a:hover {
background-color: inherit;
}
#access ul li ul li ul {
left: 0;
padding-left: 6px;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
}
With the padding, I minimized the white space in the #main div at the top and bottom AND pushed the div to the left and right, so the width is the same as the header and footer. But when you minimize the window to get the mobile version, the #main div exceeds the width on the right side. I don’t know if padding is the proper way to do this, it worked for the “normal” view, so I used it temporary.
I would like to insert a gap between my header/menu and the rest of the content. I played with margin-top and padding-bottom but I didn’t get the solution (only increased the space on the top of the content div).
I am trying to create full-width banners to break up my page content into parts, problem is I can’t seem to eliminate the left and right margins that are causing the banner to stop before it reaches the background. I’d like the banners to span the width of the entire white space shown in the screenshot.
The overall theme setting is Narrow & No Sidebar, while the page itself is designated No sidebar, Full width.
I’ve tried messing with margins and such, but all I have in my custom CSS right now is .banner1 {background-color: rgba(255,0,0,.3);}
and then the page:
This page will contain basic contact info along with a contact form.
<div class="banner1">This is a banner</div>
Next set of content goes here
<div class="banner1">This is another banner</div>
Third set of content goes here