Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
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
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