Unable to find "Content Options" and more options in the template

Hi,
i am confused.

i am using the same template (with same Version: 3.0.1) with my two different websites but i can see “Content Options” or more options in one of them only.

you will understand well after seeing this attached image.

sorry for my English

Please help

One more thing i want to remove some white space above and below the LOGO… can we do it?

if it is possible then please help…

Thanks

Hello there,

I hope you are doing well today.

Please ensure that you have installed all the required plugins for the theme int the second instance as it could be the case that the recommended plugins are missing.

Could you please provide a link to your website so that I can inspect it and provide you with some CSS to remove the spaces?

Best Regards,
Support

Hi,
thanks for your reply.
you were right because some plugins issue were there in my website but now this is fine…

and this is my website link for some CSS.
http://iphoneon.com/

Thanks again.

Hey there,
I hope you’re doing well today

To fix the fix the spacing problem, you can use the following CSS

/*spacing on iphoneon*/
inspector-stylesheet:5
header#masthead {
    margin-bottom: 40px;
}
.site-title {
    margin: 0 auto;
}

For the other website, ensure you only have the necessary plugins installed,
And disable any third party plugins, to see if there’s a plugin conflict.

Best Regards,
Support

Hi sir,
Thanks for thie CSS and this css is working perfectly for me but i have to remove some other space near by MENU.

i have shown that area into the attachment file.

i hope you will help again and my website link is http://iphoneon.com/

Thanks

Hello there,

Please try adding the following CSS code to the theme:


/*Remove top padding*/
#primary-menu > ul > li > a, #primary-menu > li > a {
    padding: 0px 0;
}

header#masthead {
    margin-bottom: 10px;
}

Best Regards,
Support