• I have WP up and running. I (think) I need some CSS code to really center text in full screen mode. I use the customizer theme and have all settings set to use full width yet everything defaults to the left. Thanks in advance.

    My site is princefinephotography.com

    Examples of the issue can be found under the “About” menu.

    # SITE_URL: https://princefinephotography.com
    # HOME_URL: https://princefinephotography.com
    # IS MULTISITE : No

    # THEME | VERSION : customizr-pro | v1.2.21# WP VERSION : 4.4.2
    # PERMALINK STRUCTURE : /index.php/%year%/%monthnum%/%day%/%postname%/

    # ACTIVE PLUGINS :
    Black Studio TinyMCE Widget: 2.2.8
    Childify Me: 1.0.13
    CodeCipher: 0.1.2
    Login Page Styler: 3.1.5
    Multi Plugin Installer: 1.2.0
    Page Builder by SiteOrigin: 2.4.2
    Printoflauge: 0.2.2
    Re-attacher by BestWebSoft: 1.0.5
    SiteOrigin Widgets Bundle: 1.5.9
    Slider Premium: 1.1
    Spacer: 3.0.1
    Title Remover: 1.0
    Visitors Traffic Real Time Statistics pro: 3.0.0.24
    WP Content Copy Protection & No Right Click (premium): 4.0.0.1
    WP Content Copy Protection Premium: 1.8

    PHP Version: 5.5.34
    MySQL Version: 5.6.28-log
    Web Server Info: Apache

    WordPress Memory Limit: 40MB
    PHP Safe Mode: No
    PHP Memory Limit: 256M
    PHP Upload Max Size: 128M
    PHP Post Max Size: 128M
    PHP Upload Max Filesize: 128M
    PHP Time Limit: 30
    PHP Max Input Vars: 4000
    PHP Arg Separator: &
    PHP Allow URL File Open: Yes
    WP_DEBUG: Disabled

    Show On Front: page
    Page On Front: Home (#167)
    Page For Posts: (#0)

Viewing 1 replies (of 1 total)
  • Hi there,

    Sorry to hear you’re having trouble, let me see if I can assist with this one. Now in terms of settings stuff up layout + design wise, are you only using the customizer or did your theme come with a builder that shows up on each “Page”.

    That said, to center the text under the “About” menu, for all the drop down items and this would be just for the “About” menu since that’s the only menu with a drop down items. You would need to place small bit of code either into the themes “Custom CSS” box or go into Appearance and edit the style.css file.

    When you do, simply add this;

    .chrome .navbar .navbar-inner .nav li {
         text-align: center !important;
    }

    That should do it. Everything under any drop down will be centered.

    Hope that helps.

    Thank you,
    Artur

Viewing 1 replies (of 1 total)
  • The topic ‘use full width for text etc.’ is closed to new replies.