• I want my sidebar image widget to fit into dimensions properly.
    Looking at CSS files? I cant see anything suggest width or pixels? But
    I know my template is max 1200 px wide. I have main content space (width?) and a column for widgets Left space(width?)

    If someone can tell me width of the widget, I just use and keep it the original size.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter weeadventours2015

    (@weeadventours2015)

    Appearance/Editor/ Templates sidebar-2 php + sidebar.php and run search for ‘#sidebar’ but nothing there to find or change?

    You can easily find that info by using a browser tool like Firebug or Chrome Developer Tools to look at the rendered page – and the relevant CSS. “Inspect Element” will show you all the CSS for that element.

    BTW, if you are making any changes to the theme files, be sure you are using a child theme

    http://codex.ww.wp.xz.cn/Child_Themes

    Otherwise your changes will be lost when the theme is updated.

    Thread Starter weeadventours2015

    (@weeadventours2015)

    Hi, I appreciate our reply but can you explain that more simple.
    I take it you dont mean look under Tools/availalbe tools…
    Or are you saying i need to download a Tool plugin?
    I do access to the CSS data. Under Appearance/Editor/Templates…

    Im new here, beginner ‘child’ theme means? im using EVOLVE theme

    See:

    https://getfirebug.com/whatisfirebug

    https://developer.mozilla.org/en-US/learn/css

    http://www.w3schools.com/css/

    Read the link I posted about Child Themes – they are a way to make changes to a theme files (not theme settings and options) without losing the changes when the theme is updated. If you are doing anything in the Editor (i.e. theme templates or style.css for the theme), you should be using a child theme. Theme files are replaced when the theme is updated and it’s important to do updates for security and compatibility reasons.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘sidebar width (Evolve)’ is closed to new replies.