Styling Group and Members Headers
-
I am trying to increase the width of the Group header description using CSS but it is the same ID as the Profile header description so it extends the profile description field also and is creating conflicts with the side-bar. I am using:
#item-header-content {width: 120%;}
I tried dropping in a new class into the <div> in my childtheme/groups/single/group-header.php file:
<div id=”item-header-content” class=”mygroupcss”>
I then tried styling the new class but it doesn’t work:
.mygroupcss {width: 120%;}
Any ideas or help is much appreciated!
- The topic ‘Styling Group and Members Headers’ is closed to new replies.