• 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 1 year, 4 months ago by surentikoo.

    The page I need help with: [log in to see the link]

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

    (@markwaregr)

    Hi,

    add this <span class=”prokeys-snippet-text”>in your custom CSS box under Customize-?Additional CSS</span>

    .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

    (@surentikoo)

    Thank you very much Fotis. It worked in a jiffy.

    Fotis

    (@markwaregr)

    <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://www.ads-software.com/support/view/theme-reviews/olsen-light. </span>

    Thread Starter surentikoo

    (@surentikoo)

    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

    (@markwaregr)

    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
    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

    footer h2{font-size:14px;font-weight:bold;}

    Add this also to remove list styles

    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 1 year, 4 months ago by Fotis.
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Logo Image Width’ is closed to new replies.