Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi Dabra,
    First I have to admit, that you mai picture is 4MB in size and 2400×1300 by dimension.
    It is too big and it is taking a lot of sources to load.
    Recommendation I suggest is:
    Change the size to 1920 x any scale it fits
    Go to TinyPNG and process picture over this site. It will help you to change this huge 4MNB.
    Generally keep all pixs as small as possible.
    TinyPNG has a WordPress plugin

    Second, lets go take a look on you issue.
    It would be done, but there is big potential we can brake some theme coding scheme.
    I did it over here, here is a screenshot
    It is quick and dirty solution.

    If you like it then:
    put this code to your Child Theme style.css file
    OR

    Install Simple Custom CSS plugin and put the code there.
    I’m doing this on my browser to find solution.
    It can get to some different behavior on your site.
    It can happen that it is not working.
    Then we have to look further.

    .site-title-wrapper {
        width: 60%;
    }
    
    .site-search-wrapper {
        width: 30%;
        float: right;
    }
    
    .site-title {
        float: right;
        margin-right: 8%;
    }

    I hope Im helpful.
    Cheers
    @tahoerock

    • This reply was modified 8 years, 1 month ago by Tahoerock.
    Thread Starter dabra34

    (@dabra34)

    Not able to do it. But what I did was removed the text and added it to my logo.
    Thanks for the help anyways.
    Is it possible to remove the hero section? If yes, then how?
    How can I change the width of my slider? I want the slider images to be as much as the page width.

    Hi Dabra,

    Is it possible to remove the hero section?

    Yes, it is possible to hide it.
    To remove it means going for tweaking of the PHP files.

    put this code to your Child Theme style.css file
    OR
    Install Simple Custom CSS plugin and put the code there.

    .hero {
        display: none;
    }
    
    or
    
    .hero {
        display: none!important;
    }

    How can I change the width of my slider?

    That is not easy to do.
    I tryed to download the theme to my server, but it is not possible without registering on author’s website.
    Theme is not part of www.remarpro.com
    If I do not have a access to the back of the theme file structure then I cannot tweak php files.
    You should contact Theme author for this quest.

    I did some dirty CSS tweaking.
    I made slider to have bigger width, but could not do 100%

    here is a code:

    .fl-content-slider .fl-slide-bg-photo {
        width: 1800px;
    }

    Does not look pretty by me.
    Cheers
    @tahoerock

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Logo and Site Title’ is closed to new replies.