• supernova42

    (@supernova42)


    I using the shortcode [pdb_record] with the Tabbed plugin to view and edit a users data. All is good apart from the page layout.

    For example I have…

    First Name
    —————————
    Jonathan
    —————————

    {*** I have a fairly big gap here ***}

    Last Name
    —————————
    Edwards
    —————————

    I have a fairly big gap between each field value and would like to close them up a bit. I’ve tried adjusting the margin and padding settings in the CSS for the tabbed plugin but with no success. Is there a way to do this and if so what is the hook?

    Many Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • cafenista

    (@cafenista)

    I have this issue as well. Also, when viewing on my tablet there seems to be no padding at all on the left. It would also be really nice to be able to design an output form that is not just a pure list.

    Plugin Author xnau webdesign

    (@xnau)

    I cannot give exact CSS rules for these issues, it is up to you to find what will work on your site, because each situation is different. If I give you a suggestion, it is almost guaranteed not to work, especially since you’ve tried the obvious stuff already.

    CSS will do the job, but it is sometimes a matter of several rules because just adding padding or margins doesn’t always work. Sometimes you have to give it room by changing the container it is in, and it is not always clear how to do that.

    Thread Starter supernova42

    (@supernova42)

    $wp_first_name = $user->user_firstname;
    $wp_last_name = $user->user_lastname;

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[pdb_record] – Page Layout’ is closed to new replies.