Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • sbhsadmin Friend
    #201390

    Hi, I would like to move the Biz logo with red border to the position of the green border

    I have added the below to the custom.css file

    .logo-image .logo-img {
    height: 78px;

    width: 400px;
    margin-left: -25%;
    text-align: left;

    The problem is it would not be responsive.

    Please advise

    Cheers

    Paul


    1. joomlart
    Pankaj Sharma Moderator
    #549865

    Hello can you share working site url here , so that i can check it and give you suggestions .

    sbhsadmin Friend
    Pankaj Sharma Moderator
    #549914

    Hello did you added small logo from template options ??
    Template >>JA ONepage >>Themes >>Logo >>enable small logo
    Upload your small size logo for small devices . current size of logo is very large in width this is causing the issue .
    if you want to resize the current logo you can try this css in your custom.css file

    @media (max-width: 768px) and (min-width: 220px)
    .logo-image .logo-img {
    height: 40px;
    width: 160px;
    background-size: auto 39px;

    You can set the width and height value as per your need .
    Above css code will work for devices between 768 px screen to 220px screen size devices .

    Hope it helps you

    sbhsadmin Friend
    #549953

    Hi

    unfortunately this does not help.

    I still need to move the logo to the left

    Thank you

    Paul

    TomC Moderator
    #549955

    Try This . . . .

    Within your custom.css file, paste the following CSS rule:


    .logo-image .logo-img {
    margin-left: -120px;
    }

    Better ??

    Pankaj Sharma Moderator
    #549995

    Hello to make the logo smaller try my above suggestion in post #4 .
    To make the logo in the left , add this css code into your custom.css file .

    @media screen and (min-width: 768px) {
    .logo {
    margin-left: -121px;
    }
    }

    It will look like this >>>> http://prntscr.com/4nw2a5

    Apply changes clear cache . and check .

    sbhsadmin Friend
    #550156

    Thank you for your help

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

This topic contains 8 replies, has 3 voices, and was last updated by  sbhsadmin 10 years, 1 month ago.

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