• Hi,

    I am new to Customizr and I am liking it.

    I have a few formatting questions.

    I have centered the sites title but the tagline below it is right justified. I would like to center that as well but cannot find a setting to do it.

    I have a menu widget on the left sidebar but cannot figure out how to format the font size. It does not match the rest of the page.

    For the main text of a page I would like to format it so there is a margin on the right rather than having it fill up the whole page.

    See my install info below.

    Thanks,

    wjp

    # SITE_URL: https://making.bimliography.org
    # HOME_URL: https://making.bimliography.org
    # IS MULTISITE : No

    # THEME | VERSION : customizr | v3.3.23#
    # WP VERSION : 4.2.2
    # PERMALINK STRUCTURE :

    # ACTIVE PLUGINS :
    Captcha: 4.1.0
    Limit Login Attempts: 1.7.1

    PHP Version: 5.4.38
    MySQL Version: 5.5.42-cll
    Web Server Info: Apache

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

    Show On Front: page
    Page On Front: Introduction: About The Making of BIMliography.org (#2)
    Page For Posts: (#0)

Viewing 2 replies - 1 through 2 (of 2 total)
  • Center Title/Tagline can be set in:
    Customize>Header>Design And Layout>STICKY HEADER SETTINGS
    See snippet

    Sidebar menu font:

    #main-wrapper .widget li a {
        font-size: 1em; /* Adjust */
    }

    On a widescreen monitor, there is a right margin. Be careful of changes as you’ll break responsiveness throughout a wide range of viewports.

    Thread Starter wjp3wjp3

    (@wjp3wjp3)

    Thanks. Sidebar menu font fix worked. I will not change the margins. I could not figure out how to center the tagline, however.

    I decided to move on to another theme. Thanks again for your help. Still learning a lot.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Customizer Newbie with Formatting Questions’ is closed to new replies.