Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #51624
    Cricket
    Participant

    I had Catch Box Free and just upgraded to Catch Box Pro and now my header items are misaligned. I had the same issue earlier, and you helped me install some custom CSS, which I hoped would work in the Pro version. It makes things closer, but not quite aligned like it was under the Free theme.

    http://nagonline.net

    I’d like the logo towards the left, the title and subtitle in the upper right, and the search box to be much larger and more prominent in the white space below the title.

    Can you provide some updated CSS to make this happen, please?

    Thank you!
    Cricketbird

    #51642
    Sakin
    Keymaster

    @Cricket: Sorry I don’t know how your Free version used to look like after the customization. But I can suggest you the css based on your requirement to your site.

    1. First delete the following css from “Appearance => Theme Options => Custom CSS” box:
    #site-logo, #hgroup { display: inline; float: right;}

    2. To make the logo left, go to “Appearance => Theme Options => Header Options” and then uncheck “Move Site Title and Tagline”.

    3. Then add the following css in “Appearance => Theme Options => Custom CSS” box:

    .logo-wrap { display: block; width: 100%; }
    #site-logo { float: left; width: 50% }
    #hgroup { float: right; width: 50% }
    #branding #s, #branding #s:focus { width: 270px; }
    #51670
    Cricket
    Participant

    Thank you for the speedy support – That is perfect!

    CB

    #51671
    Sakin
    Keymaster

    @Cricket: Thanks for your appreciation 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Adjust location of items in header’ is closed to new replies.