avocationist 0 Report post Posted March 14, 2011 Hi - I just found brandnav and am trying it out, but it looks like it is scaling down my logo. When I used firebug to look at the page, this is the part that impacts the size: #brandnav .mainlogo-link img { max-width: 100%; } When I get rid of max-width it puts up regular logo. But the nav then doesn't move over - any ideas how to handle this? Thanks Share this post Link to post Share on other sites
aadf 0 Report post Posted March 14, 2011 Can you put up link to your site so I can test out CSS? Share this post Link to post Share on other sites
avocationist 0 Report post Posted March 14, 2011 http://generousnetworking.org use password to get into site: pagelines Share this post Link to post Share on other sites
bryan-hadaway 3 Report post Posted March 15, 2011 ` body #brandnav .mainlogo-link img{max-width:none} body #brandnav .main_nav { margin:30px 0 0 50px; width:auto} ` Add to Custom Code > Custom CSS. Adjust as you like. Familiarize yourself with Firebug and CSS if you have not already: http://www.pagelines.com/docs/changing-colors-fonts http://www.w3schools.com/css/ Thanks, Bryan Share this post Link to post Share on other sites
avocationist 0 Report post Posted March 20, 2011 thanks Bryan Share this post Link to post Share on other sites
darthninja 0 Report post Posted April 3, 2011 @Bryan, can you fix the include of the brandnav.css in the core code. It is included after the child theme css. This makes it more difficult to override since the styles have to be included in the admin dashboard instead of the child theme stylesheets. Thanks, Darryl Share this post Link to post Share on other sites
sibilar 0 Report post Posted May 16, 2011 Hello Bryan, I'd like to know if Darryl's request was carried out, because I am trying to style the header (while using the brandnav) and the brandnav.css comes included AFTER de child theme css, making it impossible to customize without messing with the core files - which I don't want since this would make it more difficult for updates. Please let me know. Thanks! Sibila Share this post Link to post Share on other sites
ricardo 0 Report post Posted May 16, 2011 Sibila, Like Brian said, you add that code to PlatformPro Settings > Custom Code > Custom CSS Rules. The css you add there is loaded last so you don't have that problem. Ricardo Share this post Link to post Share on other sites
sibilar 0 Report post Posted May 17, 2011 Ricardo, Yes, that's what I've been doing now. But it would still be much easier - and user-friendly - if we could make all the changes straight onto the base.css file. That way we could keep all of our custom changes into one css file (or many) within the software we chose where we have access to things like line numbers and colors to differentiate the code for easier writing. Thanks! Sibila Share this post Link to post Share on other sites
ricardo 0 Report post Posted May 17, 2011 You can do that but you'll need to mark the overrides as !important, I mean: { margin: 30px 0 0 50px !important; width:auto !important; } Beware that base.css was dropped in the 1.4.0 release. Ricardo Share this post Link to post Share on other sites
sibilar 0 Report post Posted May 18, 2011 Hello Ricardo, I was not aware of the new release. I'm using PlatformPro 1.3.5 and PlatformBase 1.3.2 - How can I be notified of future releases?? On another note, on the new release how/where do we make the customizations? Thanks again! Sibila PS: Do you speak portuguese? I ask because I saw CandyStitch (em portugu??s) Share this post Link to post Share on other sites
ricardo 0 Report post Posted May 18, 2011 Pagelines is working on that. Hopefully they will have news on that soon. You make your changes in style.css and also Custom CSS Rules. You're welcome! Ricardo Ps. Yes, I'm Portuguese! I live in Porto, Portugal! Share this post Link to post Share on other sites
sibilar 0 Report post Posted May 18, 2011 Hello Ricardo, Thanks for the reply. I'll check the new version soon. Glad to know you are a 'conterr??neo' da nossa p??tria m??e I'm Brazilian! Mas moro nos Estados Unidos h?? 12 anos. Estou planejando uma visita a Portugal no ano que vem!!!! Vou precisar de boas 'dicas' dos melhores lugares I'm not going to keep going on this thread since the subject 'changed' a bit Mas podemos trocar emails para matermos contacto. Como fazemos isso sem postar o email aqui? Um grande abra?§o, Sibila Share this post Link to post Share on other sites
ricardo 0 Report post Posted May 18, 2011 Sibila, Podes enviar um email para r arroba mblz.me =) Share this post Link to post Share on other sites