Title: Shortcode not utilizing theme
Last modified: March 16, 2020

---

# Shortcode not utilizing theme

 *  Resolved [landondavis](https://wordpress.org/support/users/landondavis/)
 * (@landondavis)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/shortcode-not-utilizing-theme/)
 * Hi all,
 * So I am using the free version of this plugin and trying to obtain a nice looking
   login/registration page for my users. I was watching [this](https://www.youtube.com/watch?v=ImB8otQr5Yk)
   tutorial (Scrub to 8:45) and he is able to apply his theme’s formatting to the
   login page itself. I am using Astra Pro and I don’t know how to do that. If you
   go to my site’s link I provide you will see the formatting is all wack. I can
   I apply my Astra formatting to shortcode on my page as he did on the tutorial?
 * Thank you!!
    -  This topic was modified 6 years, 2 months ago by [landondavis](https://wordpress.org/support/users/landondavis/).
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fshortcode-not-utilizing-theme%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 5 replies - 1 through 5 (of 5 total)

 *  [Paul](https://wordpress.org/support/users/paulplapsa/)
 * (@paulplapsa)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/shortcode-not-utilizing-theme/#post-12551757)
 * Hello [@landondavis](https://wordpress.org/support/users/landondavis/),
 * Thank you for reaching out to us.
 * The Profile Builder forms are built to try and automatically take on the look
   and feel of a website’s theme and even if this does not always work most issues
   can usually be resolved with a few lines of CSS.
 * In this case you can add the CSS bellow to your website via your Customizer interface:
   WordPress -> Appearance -> Customize -> Additional CSS
 *     ```
       .wppb-user-forms ul li {
         list-style: none;
         padding-bottom: 0.5em;
         display:grid;  
       }
   
       #wppb-register-user>ul {
         margin: 0 0 0 0;
       }
       ```
   
 * This should fix most of the formatting issues on the page you linked.
 * Best Regards,
    Paul
 *  Thread Starter [landondavis](https://wordpress.org/support/users/landondavis/)
 * (@landondavis)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/shortcode-not-utilizing-theme/#post-12554004)
 * Hi Paul,
 * Thanks for getting back to me. That worked! I have just a few more problems. 
   The [Login](http://collegebread.com/log-in/) page still looks a little weird.
   Also, the formatting is fixed, but the [register](http://collegebread.com/register)
   page is cut off above the “First Name” box. The start of the page has the same
   top/logo as the login page but you cant scroll up to see it. This could be a 
   problem with elementor. I tried adding a spacer but was of no avail.
 * Thanks again.
 *  [Paul](https://wordpress.org/support/users/paulplapsa/)
 * (@paulplapsa)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/shortcode-not-utilizing-theme/#post-12561874)
 * Hi [@landondavis](https://wordpress.org/support/users/landondavis/),
 * The CSS bellow should take care of the formatting issue for the Login form:
 *     ```
       .wppb-user-forms p {
         display: grid;
       }
       ```
   
 * Unfortunately I am not sure what is causing the Register page to be cut off, 
   but it does seem to be an Elementor issue.
 * Regards,
    Paul
 *  Thread Starter [landondavis](https://wordpress.org/support/users/landondavis/)
 * (@landondavis)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/shortcode-not-utilizing-theme/#post-12562080)
 * Thank you [@paulplapsa](https://wordpress.org/support/users/paulplapsa/). I appreciate
   the help.
 *  [Paul](https://wordpress.org/support/users/paulplapsa/)
 * (@paulplapsa)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/shortcode-not-utilizing-theme/#post-12573397)
 * You are welcome!

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Shortcode not utilizing theme’ is closed to new replies.

 * ![](https://ps.w.org/profile-builder/assets/icon-256x256.png?rev=2961144)
 * [User Profile Builder - Beautiful User Registration Forms, User Profiles & User Role Editor](https://wordpress.org/plugins/profile-builder/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/profile-builder/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/profile-builder/)
 * [Active Topics](https://wordpress.org/support/plugin/profile-builder/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/profile-builder/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/profile-builder/reviews/)

 * 5 replies
 * 2 participants
 * Last reply from: [Paul](https://wordpress.org/support/users/paulplapsa/)
 * Last activity: [6 years, 2 months ago](https://wordpress.org/support/topic/shortcode-not-utilizing-theme/#post-12573397)
 * Status: resolved