Skip to main contentSkip to toolbar
About WordPress
Ontario Road Test
Live
00 Comments in moderation
New
Caching
SEO!
WP Fastest Cache
Howdy, muhammad Asif JAVAID
Help
Edit Themes
Did you know?
There is no need to change your CSS here — you can edit and live preview CSS changes in the built-in CSS editor.
Editing Bulk (active)
File: style.css
Select theme to edit: 
Bulk
Theme Files
style.css
functions.php
cssfolder
libfolder
rtl.css
jsfolder
bootstrap.js
bootstrap.min.js
customscript.js
404.php
archive.php
comments.php
content-none.php
content-page.php
content-single.php
content.php
footer.php
header.php
index.php
page.php
search.php
sidebar.php
single-elementor_library.php
single.php
template-partsfolder
woocommerce.php
fontsfolder
readme.txt
Selected file content:
1 15
​
16 17
​
18 19
.gallery-caption {
20
font-weight: bold;
21
}
22
.alignnone {
23
margin: 5px 20px 20px 0;
24
}
25
.aligncenter,
26
div.aligncenter {
27
display: block;
28
margin: 5px auto 5px auto;
29
}
30
.alignright {
31
float: right;
32
margin: 5px 0 20px 20px;
33
}
34
.alignleft {
35
float: left;
36
margin: 5px 20px 20px 0;
37
}
38
.aligncenter {
39
display: block;
40
margin: 5px auto 5px auto;
41
}
42
a img.alignright {
43
float: right;
44
margin: 5px 0 20px 20px;
45
}
46
a img.alignnone {
47
margin: 5px 20px 20px 0;
48
}
49
a img.alignleft {
50
float: left;
51
margin: 5px 20px 20px 0;
52
}
53
a img.aligncenter {
54
display: block;
55
margin-left: auto;
56
margin-right: auto;
57
}
58
.wp-caption {
59
background: #fff;
60
border: 1px solid #f0f0f0;
61
max-width: 96%;
62 63
padding: 5px 3px 10px;
64
text-align: center;
65
}
66
img.alignnone {
67
max-width: 96%;
68
height: auto;
69
width: auto;
70
}
71
.wp-caption.alignnone {
72
margin: 5px 20px 20px 0;
73
}
74
.wp-caption.alignleft {
75
margin: 5px 20px 20px 0;
76
}
77
.wp-caption.alignright {
78
margin: 5px 0 20px 20px;
79
}
80
.wp-caption img {
81
border: 0 none;
82
height: auto;
83
margin: 0;
84
max-width: 98.5%;
85
padding: 0;
86
width: auto;
87
}
88
.wp-caption p.wp-caption-text {
89
font-size: 13px;
90
line-height: 17px;
91
margin: 0;
Thank you for creating with WordPress.Version 6.9.4
NotificationsHeads up! You appear to be making direct edits to your theme in the WordPress dashboard. It is not recommended! Editing your theme directly could break your site and your changes may be lost in future updates. If you need to tweak more than your theme’s CSS, you might want to try making a child theme. If you decide to go ahead with direct edits anyway, use a file manager to create a copy with a new name and hang on to the original. That way, you can re-enable a functional version if something goes wrong.