• Hey, I’ve read couple of your forums please can anyone help me with the CSS code I keep publishing it and not decreasing in size on a mobile device please help me!!!!!!

    My website is

    I disabled Slider Revolution could this be where the issue lye?

    • This topic was modified 2 years, 4 months ago by James Huff.
    • This topic was modified 2 years, 4 months ago by James Huff. Reason: redundant link removed

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • The reason for the size of the logo is a specification in your theme. This seems to be a theme whose developer no longer supports it. You might want to think about using another theme as it is unclear how long it will work at all, especially after WordPress or PHP updates.

    The solution for your logo problem could look like this:

    @media (min-width: 768px) {
    body .site-header .navigation .width-logo {
      max-width: 200px;
    }
    }

    EDIT:
    The solution above is more for desktop. Here is a possibility for mobile:

    @media (max-width: 768px) {
    .sm-logo img {
    width: 100%;
    height: auto;
    }
    }
    • This reply was modified 2 years, 4 months ago by threadi.

    We can remove the space above logo with the help of custom css. Please apply the below given css under Appearance -> Customize -> Additional Css-

    .site-branding {
    padding: 5px !important;
    }
    I hope the above was helpful.

    Thread Starter jem01

    (@jem01)

    I’ve tried to reactivate Slider Revolutions these are the errors that have come up, what other theme do you recommend?

    Warning: “continue” targeting switch is equivalent to “break”. Did you mean to use “continue 2”? in /homepages/31/d916892622/htdocs/Archive/wp-content/plugins/revsliderDIS/includes/operations.class.php on line 2758

    Warning: “continue” targeting switch is equivalent to “break”. Did you mean to use “continue 2”? in /homepages/31/d916892622/htdocs/Archive/wp-content/plugins/revsliderDIS/includes/operations.class.php on line 2762

    Warning: “continue” targeting switch is equivalent to “break”. Did you mean to use “continue 2”? in /homepages/31/d916892622/htdocs/Archive/wp-content/plugins/revsliderDIS/includes/output.class.php on line 3706

    Warning: Cannot modify header information – headers already sent by (output started at /homepages/31/d916892622/htdocs/Archive/wp-content/plugins/revsliderDIS/includes/operations.class.php:2758) in /homepages/31/d916892622/htdocs/Archive/wp-content/themes/garage/inc/custom-functions.php on line 720

    Warning: Cannot modify header information – headers already sent by (output started at /homepages/31/d916892622/htdocs/Archive/wp-content/plugins/revsliderDIS/includes/operations.class.php:2758) in /homepages/31/d916892622/htdocs/Archive/wp-content/themes/garage/inc/custom-functions.php on line 721

    Thank you for helping me! ??

    Slider Revolutions is a commercial product. Since questions about commercial products are not allowed here in the forum, I would ask you to contact the support of the plugin.

    You can find free alternatives by searching here: https://www.ads-software.com/plugins/tags/slider/

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Logo taking up yo much space on mobile site.’ is closed to new replies.