Any ideas?
adapt the CSS of your theme.
http://codex.wordpress.org/Forum_Welcome#Include_as_much_information_as_possible
what theme are you working with?
what changes have you made?
can you provide a live link to your site?
Hi there! New in wordpress.
I have a related issue.
I hid my Main Sidebar widget from all other pages except home by adding
<?php if ( is_front_page() ) { ?>
<?php } ?>
as the first and last lines in the sidebar.php file. Now I want to extend the content width for the pages where the sidebar is not available instead of having that blankspace.
I am using a theme called Hiero. Any way around this? Thanks.
@k3uzed – please start your own thread on the forum for that theme here:
https://wordpress.org/support/theme/hiero#postform
You’ll also need to use a child theme to make this kind of change so that your changes are not lost when the theme is updated –
https://codex.wordpress.org/Child_Themes