Okay
  Public Ticket #1611873
Mobile View
Closed

Comments

  • Brandon started the conversation

    How do I decrease the side padding on mobile view only.?

    My website is the first attachment with the Buddha. The website I would like it to look more like is the one that says "Booking" as a header in bold.

  •  9,005
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    @media only screen and (max-width: 690px) {
        .container, div.slider-nav, #post-area.standard-minimal.full-width-content article.post .inner-wrap {
            max-width: 320px!important;
        }
    }

    Also you need to add the Bold Weight to "Comfortaa" .

    Best



    ThemeNectar Support Team 

  • Brandon replied

    Thank you, hope you had a good weekend too. That worked perfectly. 

    I tried to add the bold weight to comfortaa, but either the CCS code wasn't working properly , or the font can't get any "bolder". Haha.

    This was the code I entered in the CCS editor

    .bold, strong, b {
        font-family: Comfortaa;
        font-weight: 900;
    }


    see attachment, it still doesn't look very bold


  •  9,005
    Tahir replied

    In that case try changing the font  .

    Best


    ThemeNectar Support Team