Thread: Westminster New

Results 1 to 10 of 1865

Hybrid View

  1. #1
    Join Date
    Feb 2009
    Location
    UK
    Posts
    1,303
    Plugin Contributions
    1

    Default Re: Westminster New

    Sure,

    .content-slider is in includes\templates\westminster_new\css\stylesheet_flex.css line 1 where the original code is

    .content-slider {/*box-shadow: 0 5px 7px -5px #333;*/width:65%;float:right;margin-right:15px;} and change to

    .content-slider {/*box-shadow: 0 5px 7px -5px #333;*/width:65%;float:left;margin-left:-30%;margin-right:15px;}


    and the #top-banner is in includes\templates\westminster_new\css\stylesheet.css line 347 where the original code is

    #top-banner{float:left;margin-left:15px;width:30.5%;} and change to

    #top-banner{position:relative;z-index:999;float:left;margin-left:15px;width:30.5%;}

    I only considered these changes to apply to the full desktop view, things might get a bit tricky with smaller/tablet/mobile views where you will need to start editing the responsive_default.css, responsive_tablet.css and responsive_mobile.css stylesheets - but hopefully, and on reflection, if you use % for your margin offset instead of px you might be ok.

    At smaller views the top-banner div holding your text does not ordinarily display - hidden by a {display:none} code in the above three stylesheets. You will need to remove this from all three css files and add your own styling to suit the different views that smaller/tablet/mobile users will see.
    Last edited by simon1066; 19 Mar 2015 at 11:52 AM.

  2. #2
    Join Date
    Oct 2010
    Posts
    50
    Plugin Contributions
    0

    Default Re: Westminster New

    Thanks Simon :)

 

 

Similar Threads

  1. v155 Getting ajax error in v155 with v154 Westminster template
    By godt in forum General Questions
    Replies: 3
    Last Post: 11 Jul 2016, 12:41 AM
  2. v155 Getting ajax error in v155 with v154 Westminster template
    By MCS_Computers in forum General Questions
    Replies: 10
    Last Post: 21 Mar 2016, 03:58 PM
  3. v154 Modifying Top Menu - Westminster New
    By chelseaneedshelp in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 27 Mar 2015, 04:28 PM
  4. Westminster New doesn't work on mobile phone
    By Pompidompie in forum Addon Templates
    Replies: 3
    Last Post: 26 Mar 2015, 10:34 PM
  5. v151 westminster new Share and Connect
    By Larry0652 in forum Addon Templates
    Replies: 8
    Last Post: 24 Oct 2014, 03:30 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