Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: Buttons together on the same line #733042

    Hey Vinay,

    Thanks for reply. Regarding buttons, yes I figured out one code. Currently my general styling code loooks like this. However not all issues are solved. And I got new ones :)

    /*No menu in header
    .page-id-11 nav.main_menu {
        display: none!important;
    } 
    */
    
    .avia-button {
    border: 1px solid #ffffff !important;
    }
    
    .avia-button-center {
       display: inline;
       padding: 0 5px;
    }
    
    .page-id-43 .main_menu {
    display: none;
    }

    1. Buttons in top section are alligned left – exactly as I need them. If I want to create another section where two buttons are centered – how do i do that?
    2. Both buttons are outlined with white boarder. If I want to make Green button (left button ) without outline, but right button keep with white outline. How do I do that? Basically I want button to have exact look as in top menu – see attached link:
    3. When I look at mobile look mobile version there are a lot of issues:
    3.1. the button in top right corner becomes unreadable ( see attached screenshot)
    3.2. Logo becomes bigger. IS there a way to keep it same size?
    3.3. Top section ( where the logo and button are ) becomes white. Which actually prevents from reading logo. Is there a way to leave it same color as its on website.
    4. On the content page ( see link in attachment) I want to get rid of the button in top menu and I want to change logo to other picture ( text is black ). How can i put different logo to different pages? And How can I hide menu there?

    Thanks! I think these questions cover all the topics so my website will shine as i want :)

    • This reply was modified 7 years, 10 months ago by wisenlucky.
Viewing 1 post (of 1 total)