Title: Logo Image Width
Last modified: July 8, 2023

---

# Logo Image Width

 *  [surentikoo](https://wordpress.org/support/users/surentikoo/)
 * (@surentikoo)
 * [2 years, 11 months ago](https://wordpress.org/support/topic/logo-image-width/)
 * I recently changed my theme to Olsen Light. Previously, my logo image used to
   span the entire width of my mobile phone screen. Now it has a margin to the left
   and right. How can I make it span the entire width?
 * Your advice is very much appreciated. Thanks.
 * I also entered the following in Additional CSS:
 * col – lg – 8. offset – lg – 2col – 12 { max-width: 100%;
   margin: 0;flex: 0 0 
   100%; }
    -  This topic was modified 2 years, 11 months ago by [surentikoo](https://wordpress.org/support/users/surentikoo/).
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Flogo-image-width%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 5 replies - 1 through 5 (of 5 total)

 *  [Fotis](https://wordpress.org/support/users/markwaregr/)
 * (@markwaregr)
 * [2 years, 11 months ago](https://wordpress.org/support/topic/logo-image-width/#post-16884007)
 * Hi,
 * add this <span class=”prokeys-snippet-text”>in your custom CSS box under Customize-
   ▸Additional CSS</span>
 *     ```wp-block-code
       .site-logo{    padding: 0;
           text-align: center;
           margin-left: calc(50% - 50vw);
           margin-right: calc(50% - 50vw);
           width: 100vw;
           max-width: 100vw;
       }
       ```
   
 *  Thread Starter [surentikoo](https://wordpress.org/support/users/surentikoo/)
 * (@surentikoo)
 * [2 years, 11 months ago](https://wordpress.org/support/topic/logo-image-width/#post-16887081)
 * Thank you very much Fotis. It worked in a jiffy.
 *  [Fotis](https://wordpress.org/support/users/markwaregr/)
 * (@markwaregr)
 * [2 years, 11 months ago](https://wordpress.org/support/topic/logo-image-width/#post-16892569)
 * <span class=”prokeys-snippet-text”>That’s great. Glad I could help. If you need
   additional help with anything, feel free to get in touch and I will be there 
   for you within 24 hours.Also, we’d really appreciate if you could you take a 
   minute and rate our theme/plugin at [https://wordpress.org/support/view/theme-reviews/olsen-light](https://wordpress.org/support/view/theme-reviews/olsen-light).
   </span>
 *  Thread Starter [surentikoo](https://wordpress.org/support/users/surentikoo/)
 * (@surentikoo)
 * [2 years, 11 months ago](https://wordpress.org/support/topic/logo-image-width/#post-16893392)
 * I rated the theme. Thank you again for your help.
 * Please advise me regarding the following:
    1. I like the feature “You May Also Like” at the end of a blog post wherein three
       other blog posts are recommended to the reader. But the You May Also Like does
       not show for the most recent blog post, where it is likely to find readers.
    2. How can I edit the footer? I used Appearance, Widgets, and Footer Sidebar to
       do editing. But it does not work very well. For instance, is there a way I can
       change the font size of the headings: Recent Posts, Archives, Categories
    3. I left indented Archives and Categories, but I can’t eliminate the bullets. 
       Overall it is left indented but in the column, it is center indented — how to
       take care of this.
 * I am sorry for so many queries. Thank you for your help.
 *  [Fotis](https://wordpress.org/support/users/markwaregr/)
 * (@markwaregr)
 * [2 years, 10 months ago](https://wordpress.org/support/topic/logo-image-width/#post-16915943)
 * Hi there,
 * Thank you so much for your feedback.
    1. “You May Also Like” section will bring random posts from same taxonomy (tags,
       category). It is suggested to use a third party plugin for more advanced settings
       [https://blog.hubspot.com/website/best-wordpress-related-post-plugins](https://blog.hubspot.com/website/best-wordpress-related-post-plugins)
    2. Footer does not provide any options to edit it, nor a sidebar to be used for
       multiple widgets. In general it reserved for Instagram widget (etc)
 * Add this to change headings size and style
 *     ```wp-block-code
       footer h2{font-size:14px;font-weight:bold;}
       ```
   
 * Add this also to remove list styles
 *     ```wp-block-code
       html body ul{
           margin-left: 0;
           list-style: none;
       }
       ```
   
 * in your custom CSS box under Customize-▸Additional CSS
 * Let me know if you need additional help with this.
    -  This reply was modified 2 years, 10 months ago by [Fotis](https://wordpress.org/support/users/markwaregr/).

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Logo Image Width’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/olsen-light/1.7.1/screenshot.png)
 * Olsen Light
 * [Support Threads](https://wordpress.org/support/theme/olsen-light/)
 * [Active Topics](https://wordpress.org/support/theme/olsen-light/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/olsen-light/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/olsen-light/reviews/)

 * 5 replies
 * 2 participants
 * Last reply from: [Fotis](https://wordpress.org/support/users/markwaregr/)
 * Last activity: [2 years, 10 months ago](https://wordpress.org/support/topic/logo-image-width/#post-16915943)
 * Status: not resolved