Forum replies created
Hi,
Is there any way to have the menu bar centered as my client wants it without it covering up part of the slider?
Your menu items are already centered, I assume you want to move down the slider so that it’s fully visible.
Please use the following in your Theme Options -> Custom CSS
.sliderblock {
position: relative;
top: 32px !important;
}
Regarding responsive image in front page content boxes.
Please use the following in Theme Options -> Custom CSS
.content-box img {
max-width: 100% !important;
width: 100% !important;
}
Thank you
Hi,
I am not seeing any blog posts on your homepage.
http://dronenr.com/
I assume you had already found out how to use a static homepage, or write custom css to hide your posts.
Thank you.
Hi,
You website is loading properly.
http://dronenr.com/
I assume that you had managed to fixed this issue.
Thank you.
Hi,
That code appears most likely due to javascript conflict with plugin.
Sorry, you will have to use a different calender plugin.
Thank you.
You are welcome.
Thank you
Hi,
Your iframe in your sidebar does not have an unique ID or Class name.
The following code will affect any iframe that is deployed to your sidebar.
Please use the following in Theme Options -> Custom CSS
It will set iframe to a minimum width of 300px.
#secondary .textwidget iframe {
min-width: 300px !important;
}
Thank you
Hi,
Please post your website URL that shows your “Click here!” buttons.
We need to take a look at the website source code, in order to provide a solution.
Thank you
Hi,
Please post your website URL.
We need to take a look at your website source, in order to determine if it’s possible to do it using CSS code.
Thank you
Hi,
You are welcome.
You may consider adding a link in your content to direct your readers to your Amazon store instead of using the embed.
Thank you
Hi,
That is part of Theme4Press core plugin, and it uses custom post type.
This is why it’s not located in Theme Options, but has it’s own location in Admin menu.
Thank you.