diff --git a/content/developer/howtos/website_themes/media.rst b/content/developer/howtos/website_themes/media.rst
index 45c9726109..058ffd7616 100644
--- a/content/developer/howtos/website_themes/media.rst
+++ b/content/developer/howtos/website_themes/media.rst
@@ -34,10 +34,10 @@ reuse them), declare them like this:
:caption: ``/website_airproof/data/images.xml``
- About Image 01
-
- ir.ui.view
-
+ About Image 01
+
+ ir.ui.view
+
.. list-table::
@@ -68,7 +68,7 @@ In your xml templates, call your images as follows:
.. code-block:: xml
-
+
Being `img_about_01` the id you gave to your image.
@@ -79,7 +79,9 @@ Background images
.. code-block:: xml
-
+
.. _website_themes/media/images/use/logo:
@@ -91,11 +93,11 @@ file and then call it using the right template. For instance, to call inside the
use ``.
.. code-block:: xml
- :caption: ``/website_airproof/data/images.xml``
+ :caption: ``/website_airproof/data/images.xml``
-
-
-
+
+
+
.. note::
:ref:`Here ` you can find more information about the company logo setup
@@ -123,7 +125,7 @@ Add videos as background.
.. code-block:: xml
.. list-table::
@@ -141,12 +143,13 @@ Add videos as content.
.. code-block:: xml
.. list-table::
@@ -173,7 +176,7 @@ correct.
.. code-block:: xml
-
+
.. seealso::
`Font Awesome v4 icons `_
@@ -182,13 +185,13 @@ Enable the Website Builder style options.
.. code-block:: xml
-
+
Increase the icon size (fa-2x, fa-3x, fa-4x, or fa-5x classes).
.. code-block:: xml
-
+
.. image:: media/icon-options.png
:alt: Icon options
diff --git a/content/developer/howtos/website_themes/media/icon-options.png b/content/developer/howtos/website_themes/media/icon-options.png
index 929ebbe3db..c7ed23a46d 100644
Binary files a/content/developer/howtos/website_themes/media/icon-options.png and b/content/developer/howtos/website_themes/media/icon-options.png differ