• Resolved apiqueras

    (@gueto72)


    I’m using the plugin qtranslate in the theme PinBoard.

    I insert the plugin in the header, to allow the visitor to change the language of the page.

    I would like to adjust the widget qtranslate in right side of the header if is possible.

    The url of the site is http://www.04demo.site40.net

    Thank You in advance.

    Alberto

Viewing 2 replies - 1 through 2 (of 2 total)
  • Kurt

    (@highfxmedia)

    gueto72:

    You’ll want to create a child theme so updates to Pinboard won’t overwrite your changes. Here’s how to create a child theme if you don’t know how: http://codex.wordpress.org/Child_Themes

    Add something like this to your child theme CSS:

    .widget_qtranslate {
    float: right;
    max-width: 15%;
    }

    Thread Starter apiqueras

    (@gueto72)

    Thank You very much Kurt !

    I had already created a child theme.

    I entered the code you indicate me in the style.css and working properly.

    Thanks again for the help.

    Best Regards

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Pinboard Header Adjust Widget to the Right Side’ is closed to new replies.