Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • kvoulg Friend
    #198115

    Is there a way for JA Obelisk to have a full width logo in header? Template is 1180px wide but in header is 980px and i can’t change it. Any ideas?

    wingly Friend
    #536472

    @kvoulg;

    It is because of this css property:


    .container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
    width: 976px;
    }

    you can go to custom.css and add the following code:


    .container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
    width: 1180px;
    }

    p..s make sure Developer mode and css optimization are switched off;

    kvoulg Friend
    #536487

    Dear Wingly,
    thank you for your help!
    I changed the code in bootstrap.css but it keeps shifting the image 100px to the right .

    How can I move it to the left edge of the template?


    1. ScreenHunter_03-May.-24-10.04
    2. ScreenHunter_03-May.-24-10
    wingly Friend
    #536496

    @kvoulg;

    This template is based on T3 – s better apply changes to custom.css

    In order to fix your issue i need a link of the site

    kvoulg Friend
    #536507

    putting the code to custom.css created this:

    The site is http://www.katsouris-tours.gr/index.php
    I will clear the custom.css


    1. ScreenHunter_04-May.-24-11.41
    wingly Friend
    #536508

    @kvoulg ;

    As i see the customcss created everything normaly so i would leave it.. Better undo changes you did to bootstrap.css

    What about the ppicture on top the issue is because of the image itself. It will not align on full width 1180px cause image is not enough big

    http://prntscr.com/3m2f3w

    you need a image with 1180 px, otherwise it will always get centered.

    kvoulg Friend
    #536509

    I removed the custom.css because it was creating problem (look the second image). So what you see now is without a custom.css.
    As for the image , look at the first picture with the blue 1180x140px image. It starts 100px right from the left edge of the template.

    wingly Friend
    #536511

    @kvoulg;

    please pm me with login details and i’ll do it for you

    kvoulg Friend
    #536527

    I think I solved it. I addedthis code in template css:

    .t3-header .container {
    background: none;
    position: relative;
    left: -100px;
    and it seems OK !

    Thank you for your time !!!

Viewing 9 posts - 1 through 9 (of 9 total)

This topic contains 9 replies, has 2 voices, and was last updated by  kvoulg 10 years, 4 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum