obieefans
Member
Posted 1 year ago #
Hi all,
I have installed a paid theme and everything went well. I used to have meta, search and social sharing buttons. I removed them and now trying to remove the white space also but i couldnt. I tried putting 0 on top-margin padding, but nothing changed. can you guys help me. below is the link to the site.
http://goo.gl/j2CmY
As you are using a commercial theme, you need to seek support from the theme's vendors.
obieefans
Member
Posted 1 year ago #
yes its a commercial theme. bought it with godaddy hosting. I tried support in the seller site but nothing promising. they did not responded til now.
obieefans
Member
Posted 1 year ago #
they gave me a walk though on the installation and options about the theme nothing more.
Your logo and main menu are absolutely positioned. You need to adjust the top values and then modify the height of the header. I had:
#header {
height: 30px;
}
.logo {
top: 0;
}
nav.primary {
top: 10px;
}
You may prefer other values.
If your theme won't permit the use of a Child Theme, you'll probably want to add these new rules to the end of your theme's style sheet and keep a copy. Modifying themes directly is not recommended.
Cheers
PAE
obieefans
Member
Posted 1 year ago #
i will try it and let you know if it worked or not. thanks a lot.