Results 1 to 10 of 1685

Hybrid View

  1. #1
    Join Date
    Oct 2007
    Posts
    412
    Plugin Contributions
    0

    Default Re: ZCA Bootstrap Template

    Is there a setting for making the top navigation bar same width as the rest of the page?
    Header Container Type, Main Content Container Type and Footer Container Type in Bootstrap Template Settings is set to 'container'.

    Also, is there a setting to make the width of the whole 'container' a bit wider? (red arrow in image below)

    Click image for larger version. 

Name:	screenshot-www_nordfield_com-2024_11_26-10_50_37.jpg 
Views:	84 
Size:	36.0 KB 
ID:	20805

  2. #2
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,948
    Plugin Contributions
    96

    Default Re: ZCA Bootstrap Template

    Quote Originally Posted by DML73 View Post
    Is there a setting for making the top navigation bar same width as the rest of the page?
    Header Container Type, Main Content Container Type and Footer Container Type in Bootstrap Template Settings is set to 'container'.

    Also, is there a setting to make the width of the whole 'container' a bit wider? (red arrow in image below)

    Click image for larger version. 

Name:	screenshot-www_nordfield_com-2024_11_26-10_50_37.jpg 
Views:	84 
Size:	36.0 KB 
ID:	20805
    Top navigation bar, hmm. A CSS setting for that doesn't currently 'pop out' at me.

    For the "whole container" width, that would result in the overrides of various CSS media queries at the Bootstrap 4 breakpoints, similar to:
    Code:
    @media (min-width: 1200px) {
        .container { max-width: 1140px; }
    }
    Those breakpoints and the associated default max-widths are

    576px ..... 540px
    768px ..... 720px
    992px ..... 960px
    1200px ... 1140px

    P.S. Be sure to make this and other styling changes in the /css/site_specific_styles.php (rename or copy the dist.site_specific_styles.php). That'll make sure that your styling customizations survive a template upgrade more easily.

 

 

Similar Threads

  1. v155 Clone a Template [Support Thread]
    By lat9 in forum Addon Admin Tools
    Replies: 107
    Last Post: 11 Nov 2024, 08:28 PM
  2. v150 aBagon Template Support Thread
    By VJef in forum Addon Templates
    Replies: 54
    Last Post: 5 Sep 2020, 08:44 PM
  3. v155 ZCA Bootstrap Template 1.0 (BETA)
    By rbarbour in forum Addon Templates
    Replies: 74
    Last Post: 25 Apr 2018, 07:05 PM
  4. TB Sempre Template Support Thread
    By brandonturpin in forum Addon Templates
    Replies: 48
    Last Post: 19 Mar 2015, 06:33 PM
  5. Wallet Template - Support Thread
    By zami in forum Addon Templates
    Replies: 45
    Last Post: 25 Mar 2010, 10:15 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg