What is wrong with the css of my widget?
-
The above is the website that i am working on. The widget title supposes to be at the top of the colmun of the widget area i dont know what i miss out and it forms one of the columns in the widget area. How do i resolve.
Below is my css and the sidebar itself..homecategory_1 > section { display: grid; grid-template-columns: 1fr 1fr 1fr; grid-column-gap: 20px; background: yellow } register_sidebar( array( 'name' => __( 'Home Category 1', 'bobo' ), 'id' => 'homecategory_1', 'description' => __( 'Add widgets here.', 'bobo'), 'before_widget' => '<section id="%1$s" class="widget %2$s">', 'after_widget' => '</section>', 'before_title' => '<div class="td-block-title-wrap"><h4 class="block-title td-block-title"><span>', 'after_title' => '</span></h4></div>', ) );
- This topic was modified 4 years, 7 months ago by .
- This topic was modified 4 years, 7 months ago by . Reason: moved from requests/feedback to fixing, removed extra link
The page I need help with: [log in to see the link]
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘What is wrong with the css of my widget?’ is closed to new replies.