• Hello, i generate 5 columns shortcode and for every column there is an icon and down a title of the icon.
    I add before the shortcode a div with the style “text-align center” and everything it’s in the center and it’s ok, but i would like to have the same width of the div with the text over, without white space on the left and on the right.
    How i can make it?
    This is the code:

    <div style="text-align: center; width: 100%;">
    
    [one_fifth]<img class="style-svg" src="https://aptmenaggio.infocomo.com/wp-content/uploads/2017/08/garden.png" alt="" />
    
    <b>GIARDINO</b>
    
    [/one_fifth][one_fifth]<img class="style-svg" src="https://aptmenaggio.infocomo.com/wp-content/uploads/2017/08/micronde.png" alt="" width="80" height="80" />
    
    <b>MICRONDE</b>
    
    [/one_fifth][one_fifth]<img class="style-svg" src="https://aptmenaggio.infocomo.com/wp-content/uploads/2017/08/wifi.png" alt="" width="80" height="80" />
    
    <b>WI-FI</b>
    
    [/one_fifth]
    
    [one_fifth]<img class="style-svg" src="https://aptmenaggio.infocomo.com/wp-content/uploads/2017/08/tv.png" alt="" width="80" height="80" />
    
    <b>TV SATELLITARE</b>
    
    [/one_fifth]
    
    [one_fifth]<img class="style-svg" src="https://aptmenaggio.infocomo.com/wp-content/uploads/2017/08/doccia.png" alt="" width="80" height="80" />
    
    <b>DOCCIA</b>
    
    [/one_fifth]
    
    </div>

    Thanks
    Dave

    The page I need help with: [log in to see the link]

  • The topic ‘width 100%, no space on the left and right’ is closed to new replies.