Jun 22, 2020 8:45 am
Hi,
I can't really believe that I have to ask this (shame), but in which php file is the w*f-head-bar part handled? I am trying to move the search icon and the breadcrumbs lower (see attachment).
The header.php, where the code is now, seems to end before the wp-head-bar area.
The forum.php seems to start after the "Subscribe for new topics" line.
Where is the in between handled? In a separate file?
Website: https://ideasforgozo.com/community/hub/
Sorry for the seemingly simple question....
Best, Arved
4 Replies
Jun 22, 2020 1:48 pm
try this CSS Code
#wpforo #wpforo-wrap .wpforo-subtop, #wpforo #wpforo-wrap .wpf-search .wpf-search-form {
position: relative;
top: 200px;
}
Dashboard > Forums > Settings > Style Tab > Custom CSS Code