• olivertwist2007

    (@olivertwist2007)


    [ Moderator note: Title fixed. Please don’t use help in your topic titles. ]

    I want to have the logo kept on the left until the browser is under the breakpoint and when it squashes I would like the Logo centered and the Header right under the logo and centered as well so it still has the slogan under the logo along with the banner please. Some advice here for me please. Thanks.

Viewing 15 replies - 16 through 30 (of 44 total)
  • Thread Starter olivertwist2007

    (@olivertwist2007)

    The current theme isn’t using openstrap – configurating it and if I’m happy with the end results then I’ll change it – but till then this is the most important issues 🙂

    Devora

    (@arty9k)

    in order to change code, you gotta be able to see it. Maybe do an install of wordpress on a subdomain and post a link here.

    Thread Starter olivertwist2007

    (@olivertwist2007)

    well – you can visualise it – the site logo remains on left and the right header widget remains on right but when squashed up – that dissappears and the logo doesn’t center and want it to center but the header widget I want it to center under the logo. That all it is.

    Thread Starter olivertwist2007

    (@olivertwist2007)

    Help is still needed urgently please – thanks.

    stephencottontail

    (@stephencottontail)

    If you need urgent help, I’d advise either purchasing customizations from the theme authors directly or hiring someone from WP Jobs.

    As for this particular issue, because this theme makes extensive use of Bootstrap’s grid, it would be a fair bit of work to override Bootstrap’s default styling, which is another reason I recommend purchasing customizations directly or hiring someone.

    Thread Starter olivertwist2007

    (@olivertwist2007)

    No – this is the only issue I have – the css, over riding php and functions I can do – just need pointing in the right direction in what to do or some snippets.

    stephencottontail

    (@stephencottontail)

    Well, one thing you could do would be to get a custom CSS plugin and override Bootstrap’s various styles. Check out bootstrap.css in the css folder to get an idea of what styles you’ll need to override. Another option would be to create a child theme and use your own version of header.php that doesn’t use Bootstrap’s grid.

    Thread Starter olivertwist2007

    (@olivertwist2007)

    I’ve been using child theme since learning update of the theme could over wipe all the work – I’m aware it might be changing the bootstrap columns to make it balance but learning so much – just wanted a good direction pointed so I can figure it out and carry on working on the new update for the theme as I’m fairly confidence openstrap is the better one for me to work with than the one I’m using now.

    Theme Author Pavan Solapure

    (@pavans)

    in header.php on line 106 you have code
    <div class="col-md-8 hidden-xs">

    from above remove css class hidden-xs. It will make right header to appear on small devices/after break point. And right header will be placed under left.

    Let me know

    Thread Starter olivertwist2007

    (@olivertwist2007)

    I’ll have a check in a little bit – just sorting out some of life’s pressing matters for meeting in few hours time – wish I could be one of those running websites for a living you know – doing much learning while I can in between!

    Will let you know soon Pavan – might just need centering with the logo along with right header- hopefully if all goes well on that then that’s me sorted.

    Thread Starter olivertwist2007

    (@olivertwist2007)

    Yes that’s worked – so now it’s matter of centering both logo and the right header under breakpoint – that’s the issue remaining now! Almost close to getting this resolved now – just need pointers! 🙂

    [Please don’t bump]

    Theme Author Pavan Solapure

    (@pavans)

    you can add css class text-center to any div element you want centered
    This css class is already available in bootstrap framework.

    Thread Starter olivertwist2007

    (@olivertwist2007)

    I’ll give it a try later – got job interview in hour’s time – thank you.

    Thread Starter olivertwist2007

    (@olivertwist2007)

    the text-center to the right head widget doesn’t seem to work – not tried it on the site logo yet but not too confidence.

    planeteinfo

    (@planeteinfo)

    j’ai le méme probléme et j’essayé de resoudre merci bien pour les solutions.

Viewing 15 replies - 16 through 30 (of 44 total)
  • The topic ‘CSS problem’ is closed to new replies.