• Hello!

    My name is Iulian and I recently started blogging. My website is https://straluceste.com/blog .

    Building this blog has put my patience to the test very much and my nerves. Smiley Until now, I have resisted. I have only a couple of more issues to solve.

    First off, I would like to remove one sidebar and leave just one. How could I do that?

    Secondly, if you look to my blog, you will see that the navigation menu is penetrating the content and it occupies more space than it should have. How can I resolve this issue?

    P.S.: I removed the <Begin left sidebar> from sidebar.php but the problem is the right sidebar goes left, in the place of the ex-left sidebar!

    These are my most provoking problems. I would be very happy if you could help me. I thank you very much in advance!

    Have a nice day!

    Iulian

Viewing 2 replies - 1 through 2 (of 2 total)
  • For navigation menu problem in header.php in <div id=”navmenu”>
    give inline as <div id=”navmenu” style=”margin-bottom:10px”> and try.
    I think now sidebar is on right side only

    put this in your style.css:

    #navmenu
    {
    height:35px;
    }
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘A couple of daring issues’ is closed to new replies.