WordPress Website Templates

Find Professional WordPress themes Easy and Simple to Setup

inner banner

Astralis Pro – Center sections on homepage

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #51258
    Adam A
    Participant

    Hi –

    I am looking to center “Our Games” Section 4 on the homepage. I only have two games and don’t want them aligned left. I have tried changing it in the CSS (below) but it doesn’t change the alignment of my two game sections.

    /* = Our Games Section 4 CSS
    ————————————————————– */
    .OurGames{ width:50%; padding:15px; float:none; margin:15px 0 0 0; text-align: center;}

    Thanks

    #51269
    Grace Support
    Keymaster

    Hi,

    Please share your website URL so we can check and assist you quickly.

    Regards
    Grace Themes

    #51282
    Adam A
    Participant

    Thanks. Our site is not fully live yet – but the homepage is:

    https://thevredge.com

    Also, I would like to use a TikTok icon in the footer but can’t get it to appear white.

    #51289
    Grace Support
    Keymaster

    Hi,

    To display Section 4 content in center align

    Go to the Appearance -> Theme Options -> Basic Settings -> Custom CSS
    add below css code

    #section4 { text-align: center; }
    .OurGames { float: none; display: inline-block; }
    

    To display TikTok icon, it will need to update the version of Font Awesome icon

    Please send your website URL and WordPress admin login details at [email protected] so we can make these changes on your website.

    Regards
    Grace Themes

    #51297
    Adam A
    Participant

    Thank you! The CSS worked to center the section.

    I have set up a login for WP and will also email you the details.

    #51300
    Grace Support
    Keymaster

    Ok, thanks

    #51322
    Adam A
    Participant

    The TikTok icon looks good now. Thank you!

    #51323
    Adam A
    Participant

    Another quick question – how can I change the order of the Social icons?

    #51349
    Grace Support
    Keymaster

    In which order do you want to display social media icons?

    #51365
    Adam A
    Participant

    I would like the order to be Instagram, Facebook, TikTok, Linked In.

    I would also like to make the icons 2x larger.

    Thanks!

    #51386
    Grace Support
    Keymaster

    Done

    Please check by clearing the site/browser cache

Viewing 11 posts - 1 through 11 (of 11 total)
  • You must be logged in to reply to this topic.