Home › Forums › Theme support › caboom theme overhead section › Reply To: caboom theme overhead section
Hi,
the CSS of the gallery plugin is avoiding the correct float. Please go to WordPress admin -> Appearance -> Theme Options -> Extra CSS Content and add this:
#overheader .ngg-gallery-thumbnail-box {
float:right;
}
#overheader .ngg-gallery-thumbnail {
float:right;
}