• I’m having the issue where my text is partially obscured by the box that holds the ‘start course’ button on my course pages. I want to move it/push it over somehow, but I have absolutely no idea how. I’m new to using wordpress and I have minimal coding experience so a step by step directions would be great.
    I’m using the twentytwelve theme and here’s an example of the issue:
    http://www.centraltrainingacademy.com/course/13l/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    I’m not seeing “start course” on that page. Where should I be looking?

    By the way, you seem to have a 404 on an image that’s probably left over from moving the site from development into production:

    Failed to load resource: the server responded with a status of 404 (Not Found): http://brickpopper.com/~centr133/wp-content/uploads/2014/05/tactile_noise1.png/?v=7516fd43adaa

    //edit

    2nd By the way, your menu has “EVENT CALENDER”. Calendar is misspelled. 🙂

    maybe not quite what you want, but try to add this (via a custom CSS plugin):

    .single-course .site-content { width: 100%; }

    this will stretch the contene over the whole width and allow enough space for the blueish box to be clear of the text to its left.

    otherwise, as the positioning comes from your plugin’s CSS and as you are using a commercial plugin, please cotact the plugin’s developer for help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Problem with button/box positioning’ is closed to new replies.