Home Forums WordPress Themes – Premium Flat Responsive Various questions on Flat Responsive Theme Reply To: Various questions on Flat Responsive Theme

#21733
Anonymous
Inactive

Hi Samit,

Issue 1=> please could you send the screenshort of issue, we couldn’t replicate actual issue.
Issue 2=> It’s by default functionality of the scrolling widget that you used in sidebar, so use it as shortcode. fixed for now.
Issue 3=>Please leave empty short announcement field.Fixed for now. Please add the following line of css to fix the height:

.flat_responsive_top {
	height:30px; 
}

Issue 4=> Please use the following css to fix the issue:

.copyright a {
    font-size: 12px;
}

Issue 5.=> It seems that there is main background-color override by inner class so it does not changed, please add the following css to fix the issue:

#fr-content-area {
    background: transparent;
}

Thanks