• How would I put the following shortcode into my CSS Stylesheet

    [DISPLAY_ACURAX_ICONS size="20"]

    so that it floats left on the same line as this code, which appears properly?

    .footer-menu::after {
    	content: "?2014 by lalla bee, LLC";
    	font-size: 10px;
    	float: right;
    }

    Thanks in advance.

Viewing 1 replies (of 1 total)
  • You can’t put shortcodes in your stylesheet. Shortcodes will be converted by WordPress to HTML code, and you can use that as the base of styling it.

    I don’t know what HTML output your shortcode gives, so it’s impossible for me to say what CSS you should use to make it look right.

Viewing 1 replies (of 1 total)
  • The topic ‘How to put Shortcode in CSS and float left?’ is closed to new replies.