Sidebar on homepage + 3 other things

Posted in: Newsmag
Post count: 136

Hi,

Need some help on the following please:

1) Sidebar on the homepage pushes down the other block categories:
http://smallcaps.com.au

How can I have it be a normal looking sidebar?
And for mobile to have the sidebar load in-between the end of the content and before the footer?

Here is an image of it pushing down content leaving a big white space:
http://smallcaps.com.au/wp-content/uploads/2016/08/Sidebar-pushing-content-down-on-homepage.jpg

2) How do I remove the submenu that is the same as the main menu?
http://smallcaps.com.au/wp-content/uploads/2016/08/Remove-submenu-identical-to-main-menu.jpg

3) How can I reduce the gap in the footer between the social media icons/free newsletter and the copyright section?
http://smallcaps.com.au/wp-content/uploads/2016/08/Reduce-gap-in-footer.jpg
There is a bit too much black space.

4) In the sidebar the “Follow us on Facebook” part of the widget shows up black. How can I make the heading text white to match the others?
http://smallcaps.com.au/wp-content/uploads/2016/08/Sidebar-Facebook-text-to-be-white.jpg

Thanks in advance

Post count: 6535

Hi

1. I’ve checked your site and the homepage works fine. If you still need assistance on this please provide more specific details about your issue so I can inspect ti closer and get back to you with a more accurate answer.

2. I’ve noticed that you deactivated the subcategories menu: http://screencast.com/t/U2023WoV4qBn

3. Try this css in theme panel > custom code > custom css: http://screencast.com/t/VMPzqUX7igc1

.td-footer-container .td-footer-info{
margin-bottom: 0px;
}
.td-footer-container{
padding: 42px 0 0px 0;
}

4. Try this css: http://screencast.com/t/h9VQ5Ms0D

.widget_facebook_likebox .block-title > span a{
color: white;
}

Thanks!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newsmag’ is closed to new topics and replies.