Tagged: , ,

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #117124
    [email protected]
    Participant

    I want to change the width of the site. I want the content to be the same width as the slider. I am having difficulties. I changed the CSS but its still not working.

    #117147
    Mahesh
    Keymaster

    @ttjackson91gmail-com: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    .wrapper {
    	width: 98%;
    	padding: 0 1%;
    	max-width: none;
    }

    Regards,
    Mahesh

    #128621
    svguitar
    Participant

    Hello!
    I bought Rock Star Pro theme. I like it very much! But I have one problem with display Background Image widget on iPad. It make picture very close and don’t show in full size. The same happens on your demo https://catchthemes.com/demo/rock-star/
    Could you please help with my problem?
    Thank you in advance!

    Sergey

    #128623
    Mahesh
    Keymaster

    @svguitar: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    .background-image {
        background-size: contain;
    }

    Regards,
    Mahesh

    #128627
    svguitar
    Participant

    Thank you very much! That’s great!

    #128628
    svguitar
    Participant

    But is it possible that picture will scroll as before?
    Now on iPhone background picture repeats, on iPad – OK, but don’t scroll, on Macbook – OK.
    Thank you!

    #128635
    Mahesh
    Keymaster

    @svguitar: Add the following CSS:

    .background-image {
        background-attachment: scroll;
        background-repeat: no-repeat;
    }

    Regards,
    Mahesh

    #128730
    svguitar
    Participant

    Thank you! Really there are differences in working on different devices, but that’s OK.
    One more question please.
    We have such social media as https://vk.com/ It’s very popular in Russia.
    Is it possible to make the same social icon as there are in the theme?
    I know about custom social icons, but they are different. I’d like to put them in Social icon widget, so they should be the same.
    Thank you very much for your patience!

    Sergey

    #128748
    Mahesh
    Keymaster

    @svguitar: Custom Social Icons is provided so that user may add the desired social icons that are not available by default in the theme. Its same as the social icons, you’ll need to add the custom logo. Let me know if any problem.
    If you desire to make vk.com available to the theme itself by default, I recommend you to hire a customizer.

    Regards,
    Mahesh

    #129101
    Christophe
    Participant

    Hi,

    I’ve made custom social icon for bandsintow but is non-aligned with the others …
    Can you take a look at the footer widget of http://www.thegrasslers.net please and give me a solution.

    Thank you !
    JWest*

    #129167
    Mahesh
    Keymaster

    @thegrasslers: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    .social-icons li {
        vertical-align: middle;
    }

    Regards,
    Mahesh

    #129184
    Christophe
    Participant

    Thank you that works !
    BR

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Rockstar theme’ is closed to new replies.