• Hello there,

    I am new to Customizr theme and was wondering if below are achieveables:

    1. Resize the sticky header / bar
    2. Align the sticky logo in center with full width (please see it here)
    3. Adjust the Tagline in one line to utlize the full width (please see it here) and bring it a bit close to Logo
    4. Add left icon to search bar (please see it here
    5. Add Top Posts and / or Pages widget to sidebar

    Thanks in advance,
    The Choice

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello,

    1. you can style the sticky-header following this snippet:
    https://presscustomizr.com/snippet/adjust-3-2-sticky-header/
    2.
    css:

    .sticky-enabled .brand {
      width: 100%;
    }

    and since looks like you have no menu also:

    .sticky-enabled .navbar-wrapper {
      display: none;
    }

    3.
    Remove this:

    .navbar-wrapper .navbar.resp h2 {
      display: block;
      text-align: center;
      margin: 0px 20%;
    }

    and add something like:

    .tc-header .navbar-wrapper { width: 100% }
    .tc-header .site-description {
        width: 100%;
        margin: 0;
        float: none;
        text-align: center !important;
    }

    4. That icon is displayed next to widget titles so in order to have it you have to set a title for your search widget.

    5. You can look for a plugin for that or use the default wordpress widgets “Recent Posts”.

    Hope this helps.

    Thread Starter The Choice

    (@ihaider)

    Thanks d4z_c0nf,

    1. Can you please provide the code to resize the Sticky header / bar as I am unable to figure it out from the link you provided above

    2. Resolved

    3. Partially resloved… was not able to bring Tagline closer (underneath) to main logo

    4. Resolved… but is there any way to remove “Search For”. and Black Search button

    5. Perhaps adding Top Posts / Top Pages to next theme update???

    Thanks again,

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Resize Sticky Header Bar, Align Sticky Logo, Align Tagline and Icon for Search B’ is closed to new replies.