Jump to content

tailoring the wordpress-towards own needs - a little php-hack


dil_bert

Recommended Posts

hello dear php-freaks


running a wp version 4.2.2 with a theme 2014

the Plugins: metaslider, shortcode-ultimate

can i run metaslider in a Posting with a alignment on the left or the right side.

note: i do not want to have the meta slider filling out the whole width of the posting.

question: can this be arranged with the shortcode-ultimate plugin

in other words one example: can i run the meta-slider on the left side and text on the left?

see the example-site: http://www.ex-libri.org here you can see the Metaslider.

tried to do this with the following code

.metaslider {
  max-width: 50% !important;
  float: right;
}

this code snipped i have added into a plugin called simple custom-css taken from here https://wordpress.org/plugins/simple-custom-css/


but as you see the page http://www.ex-libri.org - it makes the metaslider half width - but there is no floating of the text.
can i make the visibilitiy of the meta slider as described - with floating around text

if you have any question - please just ask - then i can explain more
 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.