Okay
  Public Ticket #220256
I almost got it!
Closed

Comments

  • Malm started the conversation

    Hello there!

    What I tried to do, was set fixed resolution to our site because of advertisements. I modified style.css from 1200px to 1100px and clicked extended responsiveness off but now I need to move content a little bit away from site "borders". How I do that or is there maybe a smarter way to accomplish what I'm trying to do?

    Hopefully screenshot will explain myself a little bit better :)

    Cheers from tired finnish who has been celebrating our ice hockey success whole night..

  •  8,448
    Tahir replied

    Hey Malm!

    You can set the layout to boxed easily in Salient theme options . See screenshot for ref: http://prntscr.com/3mjhav . Also can you please put the original css and tell us the problem you have with 1200px so we can fix this correctly. 

    Thanks


    ThemeNectar Support Team 

  • Malm replied

    I've checked it to boxed layout, it was just too wide for our purpose. These were the lines I changed:

    #boxed {

    margin: 0 auto;

    width: 1100px;

    position: relative;

    padding: 0px;

    z-index: 10000;

    background-color: #f8f8f8;

    box-shadow: 0px 0px 15px rgba(0,0,0,0.15);

    }

    and...

    #boxed #header-outer, #boxed #header-secondary-outer, #boxed #page-header-bg {

    width: auto!important;

    min-width: 1100px;

    left: auto!important;

    }

  •  8,448
    Tahir replied

    Hey Malm!

    Add this into the Custom CSS box located in your Salient Options panel:

    @media only screen and (min-width: 1300px) {
      .container {
        max-width: 1000px;  
      } 
    body #post-area.masonry.span_9 {
        width: 727px !important;
    }
    }
    
    
    


    ThemeNectar Support Team 

  • Malm replied

    Love you!

  • Malm replied

    Found a problem on the code you gave me. Everything else works now just fine, but when I'm trying to create page using Visual Composer (example adding portfolio items), it doesn't use full width of the page. It aligns just fine to left but leaves 20px to right.

    How do I fix this?

  •  8,448
    Tahir replied

    Hey Malm!

    Can you provide the page url so i can see the issue and possibly provide a css fix. 

    Thanks


    ThemeNectar Support Team 

  •   Malm replied privately
  •  8,448
    Tahir replied

    Hey Malm!

    Please update to Salient Theme Version 4.1.1

    You can update your theme by downloading a fresh copy from ThemeForest, deleting the current version you have on your server and uploading the new.
    It's recommended that you use FTP, but this also can be done with the WP dashboard if you prefer. The reason FTP is superior for this is because the theme won't have to be deactivated during the process so you won't have to reassign your widgets. If you're
    interested in keeping up to date with the latest changes and fixes, please refer to the changelog: http://themenectar.com/changelogs/salient.html
    Also, remember to clear your browser cache after each update if you notice anything off. Old theme files can persist in your local cache and make you think something's wrong.
    Also please see this FAQ: http://themenectar.ticksy.com/faq/2252 .

    Thanks


    ThemeNectar Support Team 

  • Malm replied

    Tried to disable Jetpack like you adviced, no success. 

    I'll try updating the theme later today. It just crashes every single modification I've made to functions.php and style.css and since I can't make child theme work, even when following your instructions, it's few hour job. I'll get back to you, thanks!

  • Malm replied

    Well I sucked it up and updated theme. Cleared cache and tried with several browsers - no luck.

    Only way to make that 30 pixel wide "blank spot" go away on the right side, is to remove line you gave me earlier:

    @media only screen and (min-width: 1300px) { .container { max-width: 1000px; } body #post-area.masonry.span_9 { width: 727px !important; } }

  •  8,448
    Tahir replied

    So is this fixed for now ?. 

    Thanks


    ThemeNectar Support Team 

  • Malm replied

    Nope. If I remove the code you gave me earlier on this thread, my content wont align right. If I keep the code, I can't place portfolio items correctly. 

    Sorry for being such pain in the ass..

  •  8,448
    Tahir replied

    Hey Malm!

    I am afraid in that case you will have to remove the css earlier provided. Since we cant really provide complex solutions.  If you really need this modification done you could head on over to Envato Studio which is a service from Envato that offers paid WordPress customizations. I'm sure a developer on there would be able to wrap this up for you :)

    Thanks


    ThemeNectar Support Team 

  •   Malm replied privately
  •  8,448
    Tahir replied

    Hey Malm!

    The gap issue was fixed in Theme Version 4.1.1 . Also i cant seem to see the gap anymore. 

    Thanks


    ThemeNectar Support Team