
Read More +
CLASSIC CAR PORTRAITS
Immortalise your pride and joy with a professional classic car photoshoot, taken with a vintage 1960's Rollieflex. Available in a range of formats to choose from to suit your budget.

Read More +
RETRO CUSTOM MUGS
Our ever popular Retro Custom branded coffee mugs are now back in stock. While you are in the garage pondering over the next step of your project, get inspired by drinking your tea or coffee our of one of our Retro Custom mugs!

Read More +
RETRO CUSTOM LIMITED EDITION NEW BEETLE
Retro Custom were commissioned by Lancaster Volkswagen Letchworth to design and revamp a brand new 2014 New Beetle in 'retro' styled theme with air-cooled VW influences.

Read More +
GIFT VOUCHERS
Stuck for that ultimate gift for the VW owner who has everything? How about a Retro Custom gift voucher? Gift vouchers cover all workshop services and Retro Custom products and are available for however much you would like to spend.

Read More +
VOLKSWAGEN DEALERSHIP DISPLAYS
When Lancaster Volkswagen launched their new revamped dealerships, Retro Custom were invited to organise a full showroom display of Air-Cooled Volkswagens.

Read More +
PRE-1961 FUEL DIPSTICKS
Retro Custom manufacture a faithful reproduction of the hard to find fuel measuring dipstick for pre 1961 Beetles and Karmann Ghias which did not have a fuel gauge from factory.
LATEST BLOG POSTS
VIEW ALL --
04 February 2018 by Super User, in BLOG
Darren's Rothfink Bug In For MOT
Darren dropped his super cool Rothfink branded '63 ragtop bug in for its annual MOT today.Read More + -
16 January 2018 by Super User, in BLOG
Front Axle Beam Replacement
The front axle beam on Bruce's limited edition Sunshine Beetle had seen better days and was too...Read More + -
31 December 2017 by Super User, in BLOG
Work Starts On Nick's Floorpan Repair
Work got underway on Nick's semi-auto beetle floorpan half replacement. The existing pan halves...Read More +
Retro Custom Wallpaper For Your Computer, Tablet or Smartphone
-
HIGH RESOLUTION
Optimised for your desktop PC or smartphone -
SEVERAL DESIGNS AVAILABLE
Choose from a number of different images. -
FREE DOWNLOAD
Just download and update your background settings.
Grid positions/Structure
- Published: Friday, 22 March 2013 13:47
- Written by Super User
- Hits: 1094
You can see more details on http://twitter.github.com/bootstrap/scaffolding.html#gridSystem
Live grid example
The default Bootstrap grid system utilizes 12 columns, making for a 940px wide container without responsive features enabled. With the responsive CSS file added, the grid adapts to be 724px and 1170px wide depending on your viewport. Below 767px viewports, the columns become fluid and stack vertically.
Basic grid HTML
For a simple two column layout, create a .row
and add the appropriate number of .span*
columns. As this is a 12-column grid, each .span*
spans a number of those 12 columns, and should always add up to 12 for each row (or the number of columns in the parent).
<div class="row"> <div class="span4">...</div> <div class="span8">...</div> </div>
Given this example, we have .span4
and .span8
, making for 12 total columns and a complete row.
SHORCODE DEMOS
The shortcode is quite simple Attach the cols number near grid. Keep in mind you must use the row shortcode.
[grid 1/2/3/4/5/6/7/8/9/10/11/12]...[/grid]
[row] [grid 2] ... [/grid] [grid 10] ... [/grid] [row]
You can also use the grid shortcodes like this:
[grid3 first/last]...[/grid3]
[grid2 first] ... [/grid2] [grid10 last] ... [/grid10]
Other examples:
[onethird first/last]...[/onethird]
[twothirds first/last]...[/twothirds]
[half first/last]...[/half]
Offsetting columns
Move columns to the right using .offset*
classes. Each class increases the left margin of a column by a whole column. For example, .offset4
moves .span4
over four columns.
<div class="row"> <div class="span4">...</div> <div class="span3 offset2">...</div> </div>
Nesting columns
To nest your content with the default grid, add a new .row
and set of .span*
columns within an existing .span*
column. Nested rows should include a set of columns that add up to the number of columns of its parent.
<div class="row"> <div class="span9"> Level 1 column <div class="row"> <div class="span6">Level 2</div> <div class="span3">Level 2</div> </div> </div> </div>
Fluid grid system
Live fluid grid example
The fluid grid system uses percents instead of pixels for column widths. It has the same responsive capabilities as our fixed grid system, ensuring proper proportions for key screen resolutions and devices.
Basic fluid grid HTML
Make any row "fluid" by changing .row
to .row-fluid
. The column classes stay the exact same, making it easy to flip between fixed and fluid grids.
<div class="row-fluid"> <div class="span4">...</div> <div class="span8">...</div> </div>
Fluid offsetting
Operates the same way as the fixed grid system offsetting: add .offset*
to any column to offset by that many columns.
<div class="row-fluid"> <div class="span4">...</div> <div class="span4 offset2">...</div> </div>
Fluid nesting
Nesting with fluid grids is a bit different: the number of nested columns should not match the parent's number of columns. Instead, each level of nested columns are reset because each row takes up 100% of the parent column.
<div class="row-fluid"> <div class="span12"> Fluid 12 <div class="row-fluid"> <div class="span6">Fluid 6</div> <div class="span6">Fluid 6</div> </div> </div> </div>
- Category: Site Content
Photo Gallery
- Published: Friday, 22 March 2013 13:47
- Written by Super User
- Hits: 992
In this photo gallery i used Simple Image Gallery (Plugin) by JoomlaWorks.gr
First gallery
http://retrocustom.com/mainportal/index.php/9-site-content#sigProId2f1939531d
Second gallery
http://retrocustom.com/mainportal/index.php/9-site-content#sigProId3038fbd08a
Radio gallery
http://retrocustom.com/mainportal/index.php/9-site-content#sigProId93db65ce97
- Category: Site Content
Accordions Designs
- Published: Thursday, 21 March 2013 08:39
- Written by Super User
- Hits: 1184
Get base styles and flexible support for collapsible components like accordions and navigation.
The example above has the class="acc-group default-style"
, where default-style has the styling.
SHORTCODE PARAMS
[acc title="" style="" start_opened="" tweaked=""] ... [/acc]
style = default-style / style2 / style3
tweaks = yes / no
start_opened = yes / no
SHORTCODE DEMO
[acc title=" the title here " style="default-style" ] ... content here [/acc]
Other Styles - style2
Other Styles - style3
- Category: Site Content
Tabs Designs
- Published: Thursday, 21 March 2013 08:39
- Written by Super User
- Hits: 1238
Add quick, dynamic tab functionality to transiton through panes of local content.
The example above has the class="tabbable tabs_style1"
, where tabbable triggers the tables and tabs_style1 has the styling.
Pane 1 Content
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse euismod congue bibendum. Aliquam erat volutpat. Phasellus eget justo lacus. Vivamus pharetra ullamcorper massa, nec ultricies metus gravida egestas. Duis congue viverra arcu, ac aliquet turpis rutrum a.
Pane 2 Content
Phasellus eget justo lacus. Vivamus pharetra ullamcorper massa, nec ultricies metus gravida egestas. Duis congue viverra arcu, ac aliquet turpis rutrum a. Donec semper vestibulum dapibus. Integer et sollicitudin metus. Vivamus at nisi turpis.
Pane 3 Content
Donec semper vestibulum dapibus. Integer et sollicitudin metus. Vivamus at nisi turpis. Phasellus vel tellus id felis cursus hendrerit. Suspendisse et arcu felis, ac gravida turpis. Suspendisse potenti. Ut porta rhoncus ligula, sed fringilla felis feugiat eget. In non purus quis elit iaculis tincidunt. Donec at ultrices est.
SHORTCODE PARAMS
[tabs class="" style="" first_tab="" icons_theme=""][/tabs]
style = vertical_tabs / tabs_style1 / tabs_style2 / tabs_style3 / tabs_style4
icons_theme = white / black
SHORTCODE DEMO
[tabs] [tab title="Some Tab #1"] ... content for tab #1 [/tab] [tab title="Some Tab #2"] ... content for tab #2 [/tab] [tab title="Some Tab #3"] ... content for tab #3 [/tab] [/tabs]
Other styles - tabs_style2
Pane 1 Content
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse euismod congue bibendum. Aliquam erat volutpat. Phasellus eget justo lacus. Vivamus pharetra ullamcorper massa, nec ultricies metus gravida egestas. Duis congue viverra arcu, ac aliquet turpis rutrum a.
Pane 2 Content
Phasellus eget justo lacus. Vivamus pharetra ullamcorper massa, nec ultricies metus gravida egestas. Duis congue viverra arcu, ac aliquet turpis rutrum a. Donec semper vestibulum dapibus. Integer et sollicitudin metus. Vivamus at nisi turpis.
Pane 3 Content
Donec semper vestibulum dapibus. Integer et sollicitudin metus. Vivamus at nisi turpis. Phasellus vel tellus id felis cursus hendrerit. Suspendisse et arcu felis, ac gravida turpis. Suspendisse potenti. Ut porta rhoncus ligula, sed fringilla felis feugiat eget. In non purus quis elit iaculis tincidunt. Donec at ultrices est.
Other styles - tabs_style3
Pane 1 Content
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse euismod congue bibendum. Aliquam erat volutpat. Phasellus eget justo lacus. Vivamus pharetra ullamcorper massa, nec ultricies metus gravida egestas. Duis congue viverra arcu, ac aliquet turpis rutrum a.
Pane 2 Content
Phasellus eget justo lacus. Vivamus pharetra ullamcorper massa, nec ultricies metus gravida egestas. Duis congue viverra arcu, ac aliquet turpis rutrum a. Donec semper vestibulum dapibus. Integer et sollicitudin metus. Vivamus at nisi turpis.
Pane 3 Content
Donec semper vestibulum dapibus. Integer et sollicitudin metus. Vivamus at nisi turpis. Phasellus vel tellus id felis cursus hendrerit. Suspendisse et arcu felis, ac gravida turpis. Suspendisse potenti. Ut porta rhoncus ligula, sed fringilla felis feugiat eget. In non purus quis elit iaculis tincidunt. Donec at ultrices est.
Other styles - tabs_style4
Pane 1 Content
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse euismod congue bibendum. Aliquam erat volutpat. Phasellus eget justo lacus. Vivamus pharetra ullamcorper massa, nec ultricies metus gravida egestas. Duis congue viverra arcu, ac aliquet turpis rutrum a.
Pane 2 Content
Phasellus eget justo lacus. Vivamus pharetra ullamcorper massa, nec ultricies metus gravida egestas. Duis congue viverra arcu, ac aliquet turpis rutrum a. Donec semper vestibulum dapibus. Integer et sollicitudin metus. Vivamus at nisi turpis.
Pane 3 Content
Donec semper vestibulum dapibus. Integer et sollicitudin metus. Vivamus at nisi turpis. Phasellus vel tellus id felis cursus hendrerit. Suspendisse et arcu felis, ac gravida turpis. Suspendisse potenti. Ut porta rhoncus ligula, sed fringilla felis feugiat eget. In non purus quis elit iaculis tincidunt. Donec at ultrices est.
Other styles - vertical_tabs
Pane 1 Content
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse euismod congue bibendum. Aliquam erat volutpat. Phasellus eget justo lacus. Vivamus pharetra ullamcorper massa, nec ultricies metus gravida egestas. Duis congue viverra arcu, ac aliquet turpis rutrum a.
Pane 2 Content
Phasellus eget justo lacus. Vivamus pharetra ullamcorper massa, nec ultricies metus gravida egestas. Duis congue viverra arcu, ac aliquet turpis rutrum a. Donec semper vestibulum dapibus. Integer et sollicitudin metus. Vivamus at nisi turpis.
Pane 3 Content
Donec semper vestibulum dapibus. Integer et sollicitudin metus. Vivamus at nisi turpis. Phasellus vel tellus id felis cursus hendrerit. Suspendisse et arcu felis, ac gravida turpis. Suspendisse potenti. Ut porta rhoncus ligula, sed fringilla felis feugiat eget. In non purus quis elit iaculis tincidunt. Donec at ultrices est.
- Category: Site Content
TRUST MY GARAGE
Retro Custom are proud to be a fully vetted and accredited member of the Independent Garage Association's Trust My Garage Scheme.
The Independent Garage Association is part of the Retail Motor Industry Federation, one of Britain's oldest motor trade organisations. All Trust My Garage members operate under a strict code of practice and are part of a collection of Britain's best local garages and vehicle repairers.
All members are dedicated to providing the highest standards of personal skill and service and by choosing a TMG approved garage you can rest assured that your vehicle will be worked on and serviced according to the manufacturer's standards and the IGA's own strict standards of practice.
To find out more about the Trust My Garage Scheme, click here.
FREQUENTLY ASKED QUESTIONS
TESTIMONIALS
What are our Customers saying about us?
I wouldn't trust anybody else with my 'baby'. They will look after your car as if it were their own, and they will give you time and service money can't buy. It's a pleasure being their customer.
Helen Burman // VW Karmann Ghia
Very high quality of work, profound knowledge of everything air cooled and friendly and helpful to go with it. Won't take my bus anywhere else.
Paul Silom // 1972 Bay Window Camper
Fabulous company who have given us fantastic service looking after our bay Hatty for the past five years.
Helen Shepherd // Brazilian Bay
Found Larry and his team on the internet. Been looking for an aircooled specialist for ages. Hey got one in Baldock. From stage one to completing a absolute full overhaul checking all the nuts and bolts and completing a major service these guys were brilliant. And at an affordable price. Magic.
Des Baggott // Brazilian Bay