• Resolved sunshinebml

    (@sunshinebml)


    I can’t figure out how to center my navigation/menu bar. I don’t want to mess anything up and I see in several areas of the style sheet it mentions “menu”. Site here: http://www.biancamariephotography.com/Blog. Would be forever grateful you could help me figure this out!

    I’ve searched in previous posts by couldn’t find any reference to Tofurious 2.1 theme.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Download and install this Custom CSS Manager plugin.

    Then, within its allocated section of the dashboard, enter this;

    #menu {
     display: table;
     margin: 0 auto;
    }

    Off Topic
    May I ask why right clicking is disabled?

    Thread Starter sunshinebml

    (@sunshinebml)

    Thank you, I’ll try it! I thought I had disabled that so people can look at the style sheet. Normally I have it enabled so it lessens the chance my photography will be stolen. I realize there are other methods but this helps.

    Thread Starter sunshinebml

    (@sunshinebml)

    It worked! Thank you!! Any way to get the rest of the menu bar the line up with the header and body? It centered the whole bar and left gaps on each side.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Try adding this;

    #header {
     background: white;
    }

    By the way, the way the web works is people who view the website are actually downloading the content of that website. So if I’m able to view your site, that means I have (usually without knowing) downloaded your images and text onto my machine.

    Disabling right click seems to provide a superficial solution, but it also labels all users as criminals and disadvantages those users, usually with disabilities, that need the right click to use your site.

    Thread Starter sunshinebml

    (@sunshinebml)

    Great, it worked! Thank you again.

    Why would users or potential clients need the ability to right click anyways?

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Thread Starter sunshinebml

    (@sunshinebml)

    Interesting and knowledgeable insight. Thank you for sharing.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘How to center Tofurious 2.1 Navigation/Menu Bar’ is closed to new replies.