Viewing 8 replies - 1 through 8 (of 8 total)
  • Still in CustomCSS or style.css, try:

    .site-logo > img {
      min-width: 400px;
    }

    Need a link to see what exactly you’re trying to do but this might help

    Thread Starter Dibyendu

    (@whereangelsfeartotrade)

    I do not find any logo related function in Style.css

    It sounds to me as if you haven’t understood Child Themes yet?

    There is no need to be looking in the core files (eg blue.css), but you should be adding this code to the CT style.css or the CustomCSS panel if you prefer.

    Also, would prefer to use a % rather than px so that when you deal with smaller viewports, it will still work as intended.

    So above code would besomething like:

    .site-logo > img {
      min-width: 150%;
    }

    Thread Starter Dibyendu

    (@whereangelsfeartotrade)

    Hi can you please have a look into this webpage at the logo I need to make it smaller to avoid the weird look. will this customCSS work?

    https://www.rhododendron.in/wpdir/

    Thread Starter Dibyendu

    (@whereangelsfeartotrade)

    As well as look at the footer. what ever I am adding to footer is coming vertically. I need to show them side by side. How to do that?

    1. Looks like you have the option in Customiz’it!>Logo & Favicon set to force dimension to 250×100. Untick that box and your normal Logo should appear.

    2. Many different solutions depending upon how you want it to look?

    Thread Starter Dibyendu

    (@whereangelsfeartotrade)

    Well I have forced the dimension because otherwise its too big.

    Thread Starter Dibyendu

    (@whereangelsfeartotrade)

    what about footer?

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Customising Logo’ is closed to new replies.