Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Martin Stehle

    (@hinjiriyo)

    Would you please provide some screenshots?

    Thread Starter Ganga108

    (@ganga108)

    Thank you so much for fast response, yes ofcourse here is sc .
    I have site with boxed layout, im trying to make contact bar have same width like rest of the page, i tried some manipulation with position absolute and relative but its looks different on each screen – i understand why it works like this – My question is it is possible to make it same size like my boxed website and act like his width is set on 100% ? Cause i have different background color and different bar color ??

    Here are sc with 2 different screen resolution

    SC1

    SC2

    Plugin Author Martin Stehle

    (@hinjiriyo)

    Ok, makes sense. I will implement this option in a future premium version of this plugin.

    Plugin Author Martin Stehle

    (@hinjiriyo)

    Are you familiar with CSS? There you can set the max-width of the bar like:
    #scb-wrapper { max-width: 960px; margin: 0 auto; }

    with 960px or whatever the width of your boxed design is.

    Thread Starter Ganga108

    (@ganga108)

    Thank you for response,
    Yes i know css and i already tried use this code, problem is that i cant center this bar, whatever method i use bar is not relative to rest of content. I can be wrong but i think its cause this bar is not in a flow with rest of element’s so i simple cant position its relative or center it – Its always change position depending on visitor screen size.

    For example on my 11″ its looks good but if i change screen to 20″ bar move hard on left .

    Any idea how can i fix it without writing my contact bar ? Basically i just want to place this bar on center of my boxed content without overflow.

    You can see how it looks under this link Link

    Will be gratefull for any kind of help,
    cheers : )

    Thread Starter Ganga108

    (@ganga108)

    Hello again:)
    i resolve this problem by useing this code :

    #scb-wrapper {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    width: 1700px; }

    Plugin Author Martin Stehle

    (@hinjiriyo)

    Great! ??

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘fixed width of bar’ is closed to new replies.