This is searchable archive of our old support forums, which operated from 2012 - 2016. To find out how to get support for your current theme, please visit our support page.

Align right-sidebar search box to breadcrumb

  • Creator
    Topic
  • #2086
    eljkmw
    Member

    Hi Jason B.,

    I’m trying to align the first widget (search box) in the right-sidebar with the breadcrumb, but there a gap/space still appears. I’ve adjusted the the full-width of the breadcrumb from 98% to 60%, and it didn’t work. I’m not sure what I’ve missed out.

    Please advise. Thank you in advance.

    Regards,
    Jason W.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Author
    Replies
  • #2103
    Jason Bobich
    Keymaster

    You got a link to what you’re doing?

    #2111
    eljkmw
    Member

    Yes. Please visit http://D51SACIpoh2013.org/
    I’ve upload an image which shows the CSS for the breadcrumb width. I reduced it from 98% to 60%, but the right sidebars wouldn’t shift up. I’m unsure why …
    http://tinypic.com/r/swe2oz/6

    #2118
    Jason Bobich
    Keymaster

    I’d just move the breadcrumbs to within the content area.

    http://dev.themeblvd.com/tutorial/primary-framework-action-hooks/

    remove_action( 'themeblvd_breadcrumbs', 'themeblvd_breadcrumbs_default' );
    add_action( 'themeblvd_content_top', 'themeblvd_breadcrumbs_default' );

    Make sure to install a Child theme so you can do things like this from its functions.php.

    #2124
    eljkmw
    Member

    Works like a charm. Many thanks ^_^

    #2138
    Jason Bobich
    Keymaster

    I’m telling you… you’re going to run into problems making these customizations directly to the theme and not from a Child theme. Just warning you for when you inevitably start that dreaded “What do I do now?” support thread 8 months from now when there are big updates made to the theme. Be careful.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The forum ‘Barely Corporate Responsive WordPress Theme’ is closed to new topics and replies.